what is the value of b
if a=5;
b=++a + ++a
Answer Posted / thakur
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find the modification date and time of a file?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Which function in C can be used to append a string to another string?
What is the size of array float a(10)?
What is the difference between the local variable and global variable in c?
Explain how can I convert a string to a number?
What is extern storage class in c?
Why c is faster than c++?
List some applications of c programming language?
pierrot's divisor program using c or c++ code
State the difference between x3 and x[3].
please explain every phase in the "SDLC" in the dotnet.
What are the types of operators in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are the 5 elements of structure?