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

Answer Posted / muthuprakash

232

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is main function so important?

618


What type of function is main ()?

590


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2652


What is include directive in c?

646


What is volatile variable how do you declare it?

566






What is volatile variable in c?

659


Why void is used in c?

567


explain what is a newline escape sequence?

690


What is data structure in c programming?

575


C program to find all possible outcomes of a dice?

1856


What are the different properties of variable number of arguments?

669


What is the difference between a string and an array?

708


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

648


How can I read and write comma-delimited text?

622


What are types of functions?

567