what is the value of b
if a=5;
b=++a + ++a
Answer Posted / kumkum
13
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is scope rule of function in c?
Explain the binary height balanced tree?
What is a class c rental property?
Why cant I open a file by its explicit path?
How to delete a node from linked list w/o using collectons?
How do you define a function?
Why do we use int main instead of void main in c?
Is c is a procedural language?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is double pointer in c?
What is a union?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Is it better to bitshift a value than to multiply by 2?
Can you subtract pointers from each other? Why would you?
What do you understand by friend-functions? How are they used?