What will be the output of
x++ + ++x?
Answer Posted / lakshmi
If x=4 then answer is 10
| Is This Answer Correct ? | 44 Yes | 13 No |
Post New Answer View All Answers
Differentiate between a structure and a union.
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Ow can I insert or delete a line (or record) in the middle of a file?
what will be the output for the following main() { printf("hi" "hello"); }
Can include files be nested?
Do you know the difference between exit() and _exit() function in c?
What are void pointers in c?
What kind of structure is a house?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Give me the code of in-order recursive and non-recursive.
What does return 1 means in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is pragma c?
What is optimization in c?
What are nested functions in c?