What is conversion constructor in C++
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
Discuss the role of C++ shorthands.
What is the difference between virtual functions and pure virtual functions?
What is C++11?
What does malloc return in C and C++?
What are pass by value and pass by reference?what is the disadvantage of pass by value?
Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }
What do you know about Volatile keyword in C++? Explain with an example code.
What is a memory leak in C++?
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"; }
Explain the difference between C and C++.
What are Agilent PRECOMPILERS?