What will be the output of
x++ + ++x?
Answer Posted / vaibhav
suppse if x=5,
then o/p will be 13
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
What is nested structure in c?
Why malloc is faster than calloc?
Why pointers are used in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are linker error?
What are the application of c?
Differentiate between ordinary variable and pointer in c.
what is the diffrenet bettwen HTTP and internet protocol
write a program to find the given number is prime or not
What is hungarian notation? Is it worthwhile?
Write a code of a general series where the next element is the sum of last k terms.
What is nested structure with example?
Why do we use pointer to pointer in c?
What is meant by initialization and how we initialize a variable?