Describe friend function & its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
What is heap sort in c++?
When does a name clash occur?
What is switch case in c++ syntax?
Difference between class and structure.
Can I make ios apps with c++?
Differentiate between a constructor and a destructor in c++.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
List the special characteristics of constructor.
Is there something that we can do in C and not in C++?
Write a Program to find the largest of 4 no using macros.
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.