Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
Which among the following are not access Specifiers in C++?
Public
Protected
Default
Private
Correct Answer:
Default
Explanation:
Default is the access specifier in java not in C++
← Previous Question
Next Question→
More Questions from
Technology
Which of the following methods doesn't use sorting?
A binary tree with 7 nodes will have how many null branches?
What are the methods are available in storing sequential files?
What could be the bucket size if collision and overlapping occur at same time?
Default constructor accepts how many arguments?
Where is the reference stored?
How variable declaration in c++ differs that in c?
What is friend function?
What is the output of this program? #include using namespace std; struct sec { int a; char b; }; int main() { struct sec s ={25,50}; struct sec *ps =(struct sec *)&s; cout << ps->a << ps->b; return 0; }
What are the mandatory part to present in function pointers?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments