Out of fgets() and gets() which function is safe to use and why?


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

Post New Answer

More C++ General Interview Questions

Is atoi safe?

0 Answers  


What is the main purpose of c++?

0 Answers  


Why do we use iterators?

0 Answers  


What is oops in c++?

0 Answers  


difference between the c++ and c languages

4 Answers   Wipro,






How should runtime errors be handled in c++?

0 Answers  


What is size of Empty Class?

3 Answers   Persistent,


How come you find out if a linked-list is a cycle or not?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Who calls main function?

0 Answers  


Define pure virtual function?

0 Answers  


Categories