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

Answer Posted / richa

3,2,2

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I get a null pointer in my programs?

614


What is the use of sizeof?

550


How do I convert a string to all upper or lower case?

624


What is the right type to use for boolean values in c?

580


Explain how do you determine a file’s attributes?

588






Explain output of printf("Hello World"-'A'+'B'); ?

969


What is the process of writing the null pointer?

605


What is the acronym for ansi?

626


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9651


Explain what is the benefit of using enum to declare a constant?

584


What is an auto variable in c?

748


Write a program to print numbers from 1 to 100 without using loop in c?

633


hi any body pls give me company name interview conduct "c" language only

1661


write a program to generate address labels using structures?

4005


What are static variables in c?

627