what is the value of b
if a=5;
b=++a + ++a
Answers were Sorted based on User's Feedback
How to draw the flowchart for structure programs?
How can you draw circles in C?
what is a pointer
4 Answers Bank Of America, TCS,
How can you dynamically allocate memory in C?
Can we write a program without main() function?
printf("%d",(printf("Hello")); What it returns?
multiple of 9 without useing +,* oprator
How to print India by nested loop? I IN IND INDI INDIA
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a program to print fibonacci series without using recursion?
What are the different types of pointers?
what is the use of operator ^ in C ? and how it works?