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
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Difference between exit() and _exit() function?
What is indirection?
what are non standard function in c
Explain what math functions are available for integers? For floating point?
What do you mean by dynamic memory allocation in c?
What is c system32 taskhostw exe?
How can this be legal c?
What is static memory allocation?
What is an identifier?
Write a C program in Fibonacci series.
Difference between pass by reference and pass by value?
If errno contains a nonzero number, is there an error?
What is sizeof int?
What is extern variable in c with example?