Explain what is gets() function?


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

Post New Answer

More C Interview Questions

I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


When should you not use a type cast?

0 Answers  


What is bubble sort in c?

0 Answers  






Is anything faster than c?

0 Answers  


What is c language in simple words?

0 Answers  


char p="data"; printf(p);

2 Answers  


Explain Linker and Loader

5 Answers  


What is difference between structure and union with example?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


Categories