Thursday, 14 February 2013

Conditional Operator


Also known as ternary operator
exp1 ? exp2 : exp3


No comments:

Post a Comment

String functions

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