what is the value of b
if a=5;
b=++a + ++a
Answer Posted / pravesh
a=5
b=++a(6) + ++a(7)
b=13+1 when last addition is performed.
so, b=14
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
How do we declare variables in c?
Array is an lvalue or not?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
develop algorithms to add polynomials (i) in one variable
Explain what is gets() function?
What is an array in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
what do you mean by enumeration constant?
Why doesnt this code work?
What is the explanation for the dangling pointer in c?
What do you know about the use of bit field?
Explain union.
What does %c mean in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
can any one provide me the notes of data structure for ignou cs-62 paper