what is friend function in C++?
No Answer is Posted For this Question
Be the First to Post Answer
what is a pragma in C++?
What is an abstract class?
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
What does it mean to declare a function or variable as static?
Explain the difference between C and C++.
Can we call a virtual function from a constructor?
How does free know the size of memory to be deleted
What is static variable and difference between(const char *p,char const *p,const char* const p).
Consider the following C++ program
How to generate random numbers in C++ with a range?
How can you force the compiler to not generate them?
What does it mean to take the address of a reference?