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

Answer Posted / nagaraju

332

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15052


Write a program to check whether a number is prime or not using c?

577


Differentiate between the = symbol and == symbol?

717


What is volatile variable in c?

659


What are the disadvantages of a shell structure?

696






What is the value of h?

593


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

1583


How are structure passing and returning implemented?

593


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

559


Why do we use pointer to pointer in c?

600


What is int main () in c?

628


What is the role of this pointer?

549


explain how do you use macro?

668


What does 4d mean in c?

949


How can I trap or ignore keyboard interrupts like control-c?

620