What will be the output of
x++ + ++x?
Answer Posted / vaibhav
if x=4 then o/p will be 9
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the basic structure of c?
What is spark map function?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Explain what does the format %10.2 mean when included in a printf statement?
What is derived datatype in c?
How main function is called in c?
What is the difference between union and structure in c?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is formal argument?
What is an auto keyword in c?
What is the size of enum in c?
Why we use break in c?
How pointer is different from array?