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
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What does the && operator do in a program code?
Can we change the value of #define in c?
What is the difference between null pointer and wild pointer?
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.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
By using C language input a date into it and if it is right?
Why c is called free form language?
Why c is called a mid level programming language?
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)
What are file streams?
Why is main function so important?
Are enumerations really portable?
Explain what are reserved words?
how to write optimum code to divide a 50 digit number with a 25 digit number??