Monday, May 6, 2013

Expression Statement

An expression statement consists of an expression 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