What is the extraction operator and what does it do?
No Answer is Posted For this Question
Be the First to Post Answer
What is const in c++?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
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)
What is the use of structure in c++?
What do you know about friend class and friend function?
What is a container class? What are the types of container classes in c++?
What does n mean in c++?
If a function doesn’t return a value, how do you declare the function?
What is a manipulator in c++?
Write any small program that will compile in "C" but not in "C++"
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can we define function inside main in c++?