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
What are the benefits of c++?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
What is c++ redistributable?
How can we read/write Structures from/to data files?
Explain about profiling?
What is data types c++?
Floating point representation and output seems to be compiler dependent?
What is new in c++?
Explain the difference between c++ and java.
Write a note about the virtual member function?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is flush programming?