what is the value of b
if a=5;
b=++a + ++a
Answer Posted / nitin kumar
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a constant?
how to create duplicate link list using C???
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Write a program with dynamically allocation of variable.
What is a shell structure examples?
What is %s and %d in c?
Difference between MAC vs. IP Addressing
Explain how do you determine whether to use a stream function or a low-level function?
What is pointers in c?
Which is the memory area not included in C program? give the reason
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
what are the 10 different models of writing an addition program in C language?
What is string function c?
What is the meaning of && in c?
What are external variables in c?