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

List out function which we can call without using object

1 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,






What is function prototyping?

0 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


what is c++

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


What is c++ course?

0 Answers  


Write about the local class and mention its use?

0 Answers  


Categories