What is input operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What does #define mean in c++?
write a program to add two numbers without using an arithmetic operator.
Explain how a pointer to function can be declared in C++?
Is c++ double?
Is c++ still in demand?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
How can an improvement in the quality of software be done by try/catch/throw?
What are the main differences between C and C++?
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
How can a '::' operator be used as unary operator?
What is recursion?
What is capacity in vector in c++?