what is the value of b
if a=5;
b=++a + ++a
Answer Posted / manikandans
12
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
What is I ++ in c programming?
What is struct node in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Did c have any year 2000 problems?
What does typedef struct mean?
What does node * mean?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is return type in c?
Can you return null in c?
Wt are the Buses in C Language
What is the Purpose of 'extern' keyword in a function declaration?
What is variable and explain rules to declare variable in c?
What is restrict keyword in c?
What is "Hungarian Notation"?