what is the value of b
if a=5;
b=++a + ++a
Answer Posted / anupam
13
| Is This Answer Correct ? | 25 Yes | 16 No |
Post New Answer View All Answers
What is a pointer variable in c language?
Can we assign string to char pointer?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Why enum is used in c?
What is the difference between exit() and _exit() function?
List some of the static data structures in C?
In which layer of the network datastructure format change is done
How to compare array with pointer in c?
What are near, far and huge pointers?
What is difference between structure and union in c?
What is #include stdio h and #include conio h?
Is a house a mass structure?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.