what is the value of b
if a=5;
b=++a + ++a
Answer Posted / deepika katiyar
13
| Is This Answer Correct ? | 36 Yes | 24 No |
Post New Answer View All Answers
what are the different storage classes in c?
What are c header files?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is c standard library?
What is structure in c definition?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How is a pointer variable declared?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is wrong with this initialization?
What is dangling pointer in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is optimization in c?
Difference between Shallow copy and Deep copy?