int i=10;

printf("%d %d %d", i, i=20, i);


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between getch() and getche()?

1 Answers   NSPL,


What is switch in c?

0 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,






why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


What is the general form of function in c?

0 Answers  


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


Can true be a variable name in c?

0 Answers  


What is f'n in math?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


Categories