How can we check whether the contents of two structure variables are same or not?
No Answer is Posted For this Question
Be the First to Post Answer
What operator is used to access a struct through a pointer a) >> b) -> c) *
Explain data encapsulation?
Can recursive program be written in C++?
What is #include cmath?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What do you mean by persistent and non persistent objects?
What is a stack c++?
What is long in c++?
Specify different types of decision control statements?
What are enumerations?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is size of null class?