What is fflush c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between stack and heap memory?
What are c++ manipulators?
what is C++ objects?
Can you sort a set c++?
Explain what happens when a pointer is deleted twice?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
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 character terminates all character array strings a) b) . c) END
What does ios :: app do in c++?
What does asterisk mean in c++?
What is Name Decoration?
what is upcasting in C++?