True or false, if you keep incrementing a variable, it will become negative
a) True
b) False
c) It depends
No Answer is Posted For this Question
Be the First to Post Answer
What is a catch statement?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
What is microsoft c++ redistributable?
how to create window program in c++.please explain.
How many types of modularization are there in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
In java a final class is a class that cannot be derived. How can you make a similar class in C++
Is structure can be inherited?
When do we run a shell in the unix system? How will you tell which shell you are running?
Show the declaration for a static member variable.
What are templates? where we should use it?
What is heap sort in c++?