what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kanitkar
10
| Is This Answer Correct ? | 6 Yes | 32 No |
Post New Answer View All Answers
What will the preprocessor do for a program?
What is the purpose of void pointer?
What is a built-in function in C?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the different types of control structures?
Why we use break in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is this program statement valid? INT = 10.50;
What are the three constants used in c?
Can include files be nested? How many levels deep can include files be nested?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
explain how do you use macro?
What are the types of data types and explain?
Explain the difference between exit() and _exit() function?