Is c++ a pure oop language?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ redistributable?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
structure that describe a hotel with name, address,rooms and number of rooms
Explain the advantages of using friend classes.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is split a string in c++?
what is static function
Is c++ vector dynamic?
How the keyword struct is different from the keyword class in c++?
What is Destructor in C++?
What is the header file for setw?
What is null c++?