what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kumkum
13
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain what is the concatenation operator?
What is structure in c language?
Why c is called free form language?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
why do some people write if(0 == x) instead of if(x == 0)?
What is volatile variable how do you declare it?
How can I generate floating-point random numbers?
Why do we use & in c?
What does static variable mean in c?
How can a string be converted to a number?
Write a c program to demonstrate character and string constants?
How can you invoke another program from within a C program?
How can this be legal c?
What is a MAC Address?
What are the different types of constants?