Thursday, 14 February 2013

Rules for Evaluation of Expression


Parenthesized sub expression from left to right are evaluated
If parenthesis are nested evaluation begins with innermost braces
If operators of same precedence are encounter then associativity is used
Arithmetic expression are evaluated from left to right


No comments:

Post a Comment

String functions

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