Why does everyone say not to use gets?


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

Post New Answer

More C Interview Questions

prototype of sine function.

2 Answers   Cadence,


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


Tell me what are bitwise shift operators?

0 Answers  


what do you mean by enumeration constant?

0 Answers  






What are the storage classes in C?

0 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


What is the heap?

0 Answers  


Explain how do you view the path?

0 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


Are global variables static in c?

0 Answers  


Why c is called free form language?

0 Answers  


Categories