What will be the output of
x++ + ++x?
Answer Posted / sairoong.l@drsomchai.net
Test Sairoong
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the 10 different models of writing an addition program in C language?
What are the characteristics of arrays in c?
What is a #include preprocessor?
what do the 'c' and 'v' in argc and argv stand for?
What is the difference between arrays and pointers?
How can I recover the file name given an open stream or file descriptor?
How does selection sort work in c?
What are multidimensional arrays?
Why are all header files not declared in every c program?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How can I write a function analogous to scanf?
Wt are the Buses in C Language
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can I send mail from within a c program?
What do you mean by c what are the main characteristics of c language?