How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Post New Answer View All Answers
Show the declaration for a static function pointer.
Should a constructor be public or private?
Which is better turbo c++ or dev c++?
What are the different types of polymorphism in c++?
what is upcasting in C++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Why are pointers not used in c++?
Explain explicit container.
How do you define/declare constants in c++?
What is unary operator? List out the different operators involved in the unary operator.
Specify some guidelines that should be followed while overloading operators?
What is the use of string in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the difference between a declaration and a definition?