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

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2059


What does the && operator do in a program code?

920


Can we change the value of #define in c?

765


What is the difference between null pointer and wild pointer?

890


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1688


Which header file should you include if you are to develop a function which can accept variable number of arguments?

1033


By using C language input a date into it and if it is right?

788


Why c is called free form language?

745


Why c is called a mid level programming language?

790


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6229


What are file streams?

755


Why is main function so important?

828


Are enumerations really portable?

780


Explain what are reserved words?

828


how to write optimum code to divide a 50 digit number with a 25 digit number??

2965