what is the value of b
if a=5;
b=++a + ++a
Answer Posted / nitin kumar
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is string in c language?
How do you determine whether to use a stream function or a low-level function?
Explain how do you view the path?
How do you do dynamic memory allocation in C applications?
Explain heap and queue.
Is c a great language, or what?
What is the size of structure in c?
What is modeling?
What is a null pointer in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
define string ?
What is the meaning of typedef struct in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Differentiate fundamental data types and derived data types in C.