what is the value of b
if a=5;
b=++a + ++a
Answer Posted / sas
cn u tl me detail how?14
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What is sizeof in c?
I heard that you have to include stdio.h before calling printf. Why?
What are high level languages like C and FORTRAN also known as?
Where is volatile variable stored?
write a proram to reverse the string using switch case?
Can we declare function inside main?
What is c method?
How we can insert comments in a c program?
Explain what standard functions are available to manipulate strings?
What are pragmas and what are they good for?
Explain the array representation of a binary tree in C.
what are the different storage classes in c?
Can we change the value of constant variable in c?
Which is the memory area not included in C program? give the reason
how to find binary of number?