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
why all c++ program must have default constructor?
Why did you leave your last job?
Why do we use setw in c++?
How long it will take to learn c++?
why the size of an empty class is 1
Is c++ free?
Difference between pointer to constant and constant pointer to a constant. Give example.
What does ctime() do?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
How do you compile the source code with your compiler?
Difference between const char* p and char const* p?
What is Object Oriented programming.what is the difference between C++ and C?