Thursday, 14 February 2013

Comma Operator


—To link the related expressions together
—Evaluated from Left to Right
—Ex:
—value=(x=10,y=5,x+y);
—t=x,x=y,y=t;

No comments:

Post a Comment

String functions

Read This: strncpy() strncat() strstr () strlen() — Predefined function defined in string.h . — — Returns the len...