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

How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Write a C program to convert an integer into a binary string?

1 Answers  


Is javascript written in c?

0 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

0 Answers  


What does typedef struct mean?

0 Answers  






we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Explain what is the most efficient way to store flag values?

0 Answers  


What are the c keywords?

0 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


How many loops are there in c?

0 Answers  


can we declare a function in side the structure?

2 Answers   HCL,


Categories