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

Answer Posted / swetha

232

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are linked list?

610


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

609


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1006


Are local variables initialized to zero by default in c?

539


How can I discover how many arguments a function was actually called with?

624






Why is c called a mid-level programming language?

711


What is c method?

524


Why we write conio h in c?

549


simple program of graphics and their output display

1458


What are the advantages of using new operator as compared to the function malloc ()?

742


How do I swap bytes?

619


What is line in c preprocessor?

604


a program that can input number of records and can view it again the record

1474


How many keywords are there in c?

578


What are the features of c languages?

613