what is the value of b
if a=5;
b=++a + ++a
Answer Posted / thakur
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is #line used for?
What is an identifier?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
program for reversing a selected line word by word when multiple lines are given without using strrev
Can we declare a function inside a function in c?
What does emoji p mean?
Are the expressions * ptr ++ and ++ * ptr same?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the symbol indicated the c-preprocessor?
what are bit fields in c?
What is difference between union and structure in c?
What is && in c programming?
What is putchar() function?
How can you restore a redirected standard stream?