What does
do in c?


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

Post New Answer

More C Interview Questions

Why do we need arrays in c?

0 Answers  


Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


What is extern c used for?

0 Answers  


What is string constants?

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,






What is main () in c?

0 Answers  


How can type-insensitive macros be created?

0 Answers  


What is the right way to use errno?

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


What tq means in chat?

0 Answers  


sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


Categories