what is the value of b
if a=5;
b=++a + ++a
Answer Posted / sasmita
Depending upon Compiler it will b 13 or 14.In Unix its 13.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
What is %d called in c?
What is cohesion in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain what is the benefit of using an enum rather than a #define constant?
What's the difference between constant char *p and char * constant p?
What does 4d mean in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
How can you avoid including a header more than once?
What is a function in c?
What is the difference between call by value and call by reference in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Explain what is the benefit of using #define to declare a constant?
What does the && operator do in a program code?
What are the types of arrays in c?