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

What is c++ 11 and c++ 14?

0 Answers  


Define namespace in c++?

0 Answers  


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What is the c++ programming language used for?

0 Answers  


Describe new operator and delete operator?

0 Answers  






Define a way other than using the keyword inline to make a function inline?

1 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


How the compilers arranges the various sections in the executable image?

1 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What is the latest version on c++?

0 Answers  


Why do we use templates?

0 Answers  


Categories