what is the value of b
if a=5;
b=++a + ++a
Answer Posted / guru1985
b=++a(6) + ++a(7)
b=6+7
=13
| Is This Answer Correct ? | 83 Yes | 57 No |
Post New Answer View All Answers
What is the difference between variable declaration and variable definition in c?
What do you mean by c what are the main characteristics of c language?
please explain every phase in the "SDLC" in the dotnet.
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What are the benefits of organizational structure?
What is the best way of making my program efficient?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what are non standard function in c
How can I find out if there are characters available for reading?
What is preprocessor with example?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are compound statements?
How can I find out the size of a file, prior to reading it in?
What do the functions atoi(), itoa() and gcvt() do?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12