Is map ordered c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use classes in c++?
Explain the difference between c & c++?
Define basic type of variable used for a different condition in C++?
What is tellg () in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Why do we use setw in c++?
Show the declaration for a static function pointer.
What c++ is used for?
what are Access specifiers in C++ class? What are the types?
Write a C++ program that asks the user to choose a number between 1 and 1000. Then, your program should be able to guess the number by asking the user no more than 10 yes/no questions. Use a while loop in your program
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)