main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}

Answer Posted / nitin

13 11 13

Is This Answer Correct ?    69 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What was noalias and what ever happened to it?

584


Describe the header file and its usage in c programming?

609


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

802


What is character constants?

704


Hi can anyone tell what is a start up code?

1602






Tell me what is the purpose of 'register' keyword in c language?

605


Is null valid for pointers to functions?

596


What are reserved words?

640


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1564


What is call by value in c?

546


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

641


What is a pointer variable in c language?

635


what is ur strangth & weekness

1804


The __________ attribute is used to announce variables based on definitions of columns in a table?

661


code for replace tabs with equivalent number of blanks

1627