Explain the concept of friend function in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is pair in c++?
What does it mean to declare a member variable as static?
What are virtual functions and what is its use?
Is c++ double?
What is cout flush?
Out of fgets() and gets() which function is safe to use and why?
What is scope of a variable? (LOLZ)
Why do we need function?
Differentiate between declaration and definition.
What is the need of a destructor?
What is a terminating character in c++?