what is the value of b
if a=5;
b=++a + ++a
Answer Posted / sasmita
Depending upon Compiler it will b 13 or 14.In Unix its 13.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
Explain continue keyword in c
Where define directive used?
Is printf a keyword?
What is s or c?
What is the use of gets and puts?
How can I handle floating-point exceptions gracefully?
Can you apply link and association interchangeably?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Difference between strcpy() and memcpy() function?
Where we use clrscr in c?
What is the purpose of ftell?
When should the const modifier be used?
When should volatile modifier be used?
What is indirection? How many levels of pointers can you have?
How can you increase the size of a dynamically allocated array?