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 is wrong with this statement? Myname = 'robin';
Do pointers take up memory?
write a program fibonacci series and palindrome program in c
When can you use a pointer with a function?
What does the format %10.2 mean when included in a printf statement?
What is preprocessor with example?
What is function what are the types of function?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Why is extern used in c?
How can you restore a redirected standard stream?
What is structure pointer in c?
What is the difference between fread and fwrite function?
What is pointer to pointer in c language?
What are the types of type qualifiers in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b