what is the value of b
if a=5;
b=++a + ++a
Answer Posted / nitin kumar
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include stdlib h?
What is a char c?
Can a void pointer point to a function?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
List out few of the applications that make use of Multilinked Structures?
What are the header files used in c language?
What is a wrapper function in c?
What is a loop?
What is default value of global variable in c?
When should the volatile modifier be used?
How does placing some code lines between the comment symbol help in debugging the code?
What is assignment operator?
Explain what are multidimensional arrays?
Explain how can I write functions that take a variable number of arguments?
explain what is a newline escape sequence?