What does namespace mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
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 is the use of volatile variable?
Is it possible to provide default values while overloading a binary operator?
Explain what are the sizes and ranges of the basic c++ data types?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Explain the concept of memory leak?
What is a far pointer? where we use it?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What are different types of polymorphism supported by C++
Explain class invariant.
What's the order in which the local objects are destructed?