what is the value of b
if a=5;
b=++a + ++a
Answer Posted / ranvir kumar singh
Answer would be 13
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between void main and main in c?
What is an lvalue in c?
How can I find the modification date and time of a file?
What is array of pointers to string?
How can I generate floating-point random numbers?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can we add pointers together?
Write the syntax and purpose of a switch statement in C.
What is a constant?
What are the back slash character constants or escape sequence charactersavailable in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Are pointers integer?
Why ca not I do something like this?
What is the difference between āgā and āgā in C?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above