Describe friend function & its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
Is atoi safe?
What is static function? Explain with an example
Is c++ vector dynamic?
What is data structure in c++?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What are libraries in c++?
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.
What is size of a object of following class? class Foo { public: void foo(){} }
What are the 2 main types of data structures?
Explain how to initialize a const member data.
How are Structure passing and returning implemented by the compiler?
What type of question are asked in GE code writing test based on c++ data structures and pointers?