Define a nested class.
No Answer is Posted For this Question
Be the First to Post Answer
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
What is a constructor initializer list and when we use constructor initializer list?
What is buffer and example?
write a program that takes 5 digit no and calculate 2 power that no and print it.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
Differentiate between a deep copy and a shallow copy?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is cloning?
Do class declarations end with a semicolon? Do class method definitions?
What does extern mean in a function declaration in c++?
What is c++ library?
What is private public protected in c++?