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

Answer Posted / senthil

13 12 13

Is This Answer Correct ?    2 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What oops means?

584


What is the difference between procedural and declarative language?

651


What are all different types of pointers in c?

579


What is a lvalue

664


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

646






any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

695


What is const volatile variable in c?

577


what is the basis for selection of arrays or pointers as data structure in a program

3788


What is a program?

665


What is the difference between formatted&unformatted i/o functions?

617


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2718


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1444


Is c still used?

604


What are terms in math?

594


What is "Hungarian Notation"?

637