What is the use of gets and puts?


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

Post New Answer

More C Interview Questions

What is d scanf?

0 Answers  


What are the header files used in c language?

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,






What is the size of enum in c?

0 Answers  


Explain what are run-time errors?

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


Write a program in C to convert date displayed in gregorian to julian date

0 Answers   HCL, Wipro,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


Categories