what is the value of b
if a=5;
b=++a + ++a
Answer Posted / naga
Ans:13
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Define VARIABLE?
Write a program to reverse a given number in c language?
What is a far pointer in c?
Can a pointer be static?
What is integer constants?
Explain the array representation of a binary tree in C.
Why pointers are used in c?
Explain the use of keyword 'register' with respect to variables.
What is enumerated data type in c?
What is pass by reference in c?
Write a C program to count the number of email on text
How do you use a 'Local Block'?
Explain how can you avoid including a header more than once?
Can you please explain the difference between syntax vs logical error?
What is static identifier?