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

Answer Posted / hussain reddy

12

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what header files do I need in order to define the standard library functions I use?

645


What is bubble sort technique in c?

586


What is the correct declaration of main?

675


Explain the properties of union.

607


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

755






What is meant by inheritance?

627


How we can insert comments in a c program?

625


What header files do I need in order to define the standard library functions I use?

535


What does 4d mean in c?

936


What are global variables and how do you declare them?

612


List the variables are used for writing doubly linked list program.

1615


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623


Tell us something about keyword 'auto'.

659


Is a house a shell structure?

688


What are the different file extensions involved when programming in C?

751