which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answers were Sorted based on User's Feedback
swapping program does not use third variable
how to find the correct email address format by using the programe?
Why do we use inheritance?
Advantage and disadvantage of routing in telecom sector
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
What is difference between inheritance and polymorphism?
#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why is there no multiple inheritance?
write a C++ program for booking using constructor and destructor.
What is purpose of inheritance?
What does enum stand for?