what is the value of b
if a=5;
b=++a + ++a
Answer Posted / manikandans
12
| Is This Answer Correct ? | 5 Yes | 23 No |
Post New Answer View All Answers
What is variable and explain rules to declare variable in c?
What is build process in c?
What are different types of operators?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the difference between array and pointer?
What is echo in c programming?
Can we assign string to char pointer?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
How do you view the path?
What is the use of void pointer and null pointer in c language?
Are the expressions * ptr ++ and ++ * ptr same?
using for loop sum 2 number of any 4 digit number in c language
What are qualifiers?
Do you know the difference between malloc() and calloc() function?