This blog is designed for academic purpose for learning basic ideas of c programming and it will not make a professional programmer. All contents and programmes are based on my personal experience and class lecture when I was studying civil engineering in Chittagong University of Engineering and Technology (CUET). As I'm not a computer engineering student I can not assure you 100% accuracy.
So I will be happy if you provide me comments and suggestions.
Monday, May 6, 2013
Expression Statement
An expression statement consists of anexpression followed by a semicolon. Such as
cin>>a>>b;
Note:- cin and cout are used in C++ but they can be used in C programming and easier to use than scanf and printf.
No comments:
Post a Comment