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

Answer Posted / vimal kumar sharma

442

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2320


Explain the red-black trees?

596


Why static is used in c?

610


What is character set?

675


I heard that you have to include stdio.h before calling printf. Why?

576






Describe the steps to insert data into a singly linked list.

612


What do you mean by Recursion Function?

618


Where register variables are stored in c?

534


Give differences between - new and malloc() , delete and free() ?

598


using for loop sum 2 number of any 4 digit number in c language

1718


Explain how can I right-justify a string?

610


how to capitalise first letter of each word in a given string?

1415


What is the difference between array and pointer?

554


Why C language is a procedural language?

608


What is bubble sort in c?

625