what is the value of b
if a=5;
b=++a + ++a
Answer Posted / ranvir kumar singh
Answer would be 13
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Are the outer parentheses in return statements really optional?
What are types of structure?
given post order,in order construct the corresponding binary tree
Stimulate calculator using Switch-case-default statement for two numbers
Explain what is meant by high-order and low-order bytes?
Write a code to generate divisors of an integer?
What are the restrictions of a modulus operator?
Explain what is a pragma?
How can you read a directory in a C program?
List some applications of c programming language?
What are void pointers in c?
What is the default value of local and global variables in c?
Write a program to use switch statement.
What is the best way of making my program efficient?