what is the value of b
if a=5;
b=++a + ++a

Answer Posted / nitin jatpuriya

14

Is This Answer Correct ?    15 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

946


Explain how do you use a pointer to a function?

807


what is a constant pointer in C

830


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1487


What are the types of unary operators?

831






Explain why c is faster than c++?

772


What is the heap?

911


Write a program with dynamically allocation of variable.

799


Explain argument and its types.

765


What is the difference between single charater constant and string constant?

807


How are 16- and 32-bit numbers stored?

913


How can you allocate arrays or structures bigger than 64K?

862


What are the different properties of variable number of arguments?

856


What is volatile, register definition in C

869


How to write a code for reverse of string without using string functions?

1783