Explain the different access specifiers for the class member in c++.
No Answer is Posted For this Question
Be the First to Post Answer
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What is the difference between a definition and a declaration?
How do you generate a random number in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Define macro.
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What are maps in c++?
Can a program run without main?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What problem does the namespace feature solve?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
Which is the best c++ compiler?