What will be the output of
x++ + ++x?
Answer Posted / dushmanta
it will gives u a garbage value according to u r compiler
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
How do I use strcmp?
What is realloc in c?
Write a program to print ASCII code for a given digit.
What are the string functions? List some string functions available in c.
What is the purpose of scanf() and printf() functions?
What is register variable in c language?
What are actual arguments?
What is function what are the types of function?
With the help of using classes, write a program to add two numbers.
How to draw the flowchart for structure programs?
In C language, a variable name cannot contain?
What is your stream meaning?
What are enums in c?
What is the main difference between calloc () and malloc ()?
What is scope rule in c?