void main()
{
int i=5;
printf("%d",i+++++i);
}

Answer Posted / suresh reddy

Error

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

619


List out few of the applications that make use of Multilinked Structures?

1289


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1314


What are the rules for identifiers in c?

583


Why is c faster?

590






Why can’t constant values be used to define an array’s initial size?

829


How can I find out how much free space is available on disk?

624


Is it possible to use curly brackets ({}) to enclose single line code in c program?

791


Why c is called procedure oriented language?

577


What are called c variables?

571


please send me the code for multiplying sparse matrix using c

1723


Do character constants represent numerical values?

839


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

5462


What is sizeof array in c?

591


What is structure in c language?

616