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


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

Post New Answer

More C++ General Interview Questions

What is the best c++ compiler?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


What is code reusability in c++?

0 Answers  


What is a float in c++?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


When is dynamic checking necessary?

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


What is the use of vtable?

0 Answers  


write the programme that convert a interger to biniry number

1 Answers   Amazon,


How delete [] is different from delete?

0 Answers  


Categories