what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / 123ghouse@gmail.com

3,2,2;

Is This Answer Correct ?    21 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many key words availabel in c a) 28 b) 31 c) 32

688


What is spaghetti programming?

738


What is difference between %d and %i in c?

769


Why we write conio h in c?

631


What is a static function in c?

697






Write a program to know whether the input number is an armstrong number.

737


What are header files? What are their uses?

701


Explain how can I write functions that take a variable number of arguments?

671


How can I read in an object file and jump to locations in it?

645


What happens if you free a pointer twice?

676


hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1726


How do we make a global variable accessible across files? Explain the extern keyword?

1494


What is the difference between null pointer and wild pointer?

724


Write a program to print factorial of given number without using recursion?

639


Can a void pointer point to a function?

632