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

Answer Posted / anush

442

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is spaghetti programming?

671


Multiply an Integer Number by 2 Without Using Multiplication Operator

323


how many errors in c explain deply

1632


What is variable initialization and why is it important?

622


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

618






How can you invoke another program from within a C program?

619


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1621


How to declare pointer variables?

687


What are the different properties of variable number of arguments?

669


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1467


Explain what is the use of a semicolon (;) at the end of every program statement?

737


Can math operations be performed on a void pointer?

590


write a program to generate address labels using structures?

4007


What is the behavioral difference when include header file in double quotes (ā€œā€) and angular braces (<>)?

813


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1583