What is the default access level?
No Answer is Posted For this Question
Be the First to Post Answer
How can you tell what shell you are running on unix system?
Why is main an int?
what is data abstraction in C++?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
Is there a datatype string in c++?How is the memory allocation?
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
What are the sizes and ranges of the basic c++ data types?
What is the basic concept of c++?
Is c# written in c++?
Is string data type in c++?