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
Is atoi safe?
What is the main purpose of c++?
Why do we use iterators?
What is oops in c++?
difference between the c++ and c languages
How should runtime errors be handled in c++?
What is size of Empty Class?
How come you find out if a linked-list is a cycle or not?
Write a Program for find and replace a character in a string.
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;
Who calls main function?
Define pure virtual function?