what is the value of b
if a=5;
b=++a + ++a
Answer Posted / raman
ans would be 14
because...
if u dont believe tn run the program
u'll understand
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is a good data structure to use for storing lines of text?
What do you mean by c what are the main characteristics of c language?
How to declare a variable?
If null and 0 are equivalent as null pointer constants, which should I use?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the function of multilevel pointer in c?
How reliable are floating-point comparisons?
What is NULL pointer?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Is c++ based on c?
What is operator promotion?
Explain goto?
Place the #include statement must be written in the program?
Who is the founder of c language?