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
What are the features of c languages?
What is the difference between c and python?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is calloc malloc realloc in c?
List the different types of c tokens?
What is the purpose of void pointer?
Is anything faster than c?
What is sizeof int?
What is the best style for code layout in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
write a program to copy the string using switch case?
What are the disadvantages of external storage class?
What is the use of header files?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?