What are c++ files?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the concept of friend function in c++?
Check for Balanced Parentheses using Stack?
Explain public, protected, private in c++?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Explain register storage specifier.
How can you link a c program with a c function?
what is object?
what is the use of templates?
Out of fgets() and gets() which function is safe to use?
Why is c++ not purely object oriented?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?