what is the value of b
if a=5;
b=++a + ++a
Answer Posted / rd
its 13
initial value: 5
++a : 6
again (++a): 7
so it is (7+6) 13...and there shouldn't be any doubt about it.
| Is This Answer Correct ? | 14 Yes | 14 No |
Post New Answer View All Answers
What is adt in c programming?
Explain bitwise shift operators?
What is output redirection?
What is difference between array and structure in c?
Write a program to print ASCII code for a given digit.
Write a program for Overriding.
What is the difference between text and binary modes?
What the advantages of using Unions?
What is an operator?
Explain what is page thrashing?
Give me the code of in-order recursive and non-recursive.
Why do we use int main instead of void main in c?
Define C in your own Language.
Explain high-order bytes.
in iso what are the common technological language?