What will be the output of
x++ + ++x?

Answer Posted / dhanashree

if x=1 then output will be 4

Is This Answer Correct ?    41 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a string and an array?

699


What is the difference between union and anonymous union?

826


why do some people write if(0 == x) instead of if(x == 0)?

641


Define macros.

770


What does & mean in scanf?

593






How are portions of a program disabled in demo versions?

737


How does sizeof know array size?

613


For what purpose null pointer used?

599


Tell me can the size of an array be declared at runtime?

589


How many loops are there in c?

569


What is the argument of a function in c?

564


How is pointer initialized in c?

573


What is the importance of c in your views?

582


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2364


How to compare array with pointer in c?

610