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

Answer Posted / gowthamraj

244

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1116


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1728


Why are algorithms important in c program?

610


Why do we need volatile in c?

729


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3231






What is the acronym for ansi?

615


What does int main () mean?

535


What is main () in c language?

582


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

550


What is double pointer?

546


Array is an lvalue or not?

620


How is a structure member accessed?

572


List the difference between a "copy constructor" and a "assignment operator"?

568


What is binary tree in c?

611


Does * p ++ increment p or what it points to?

597