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
How many different levels of pointers are there?
What is purpose of abstract class?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What is virtual base class uses?
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Define basic type of variable used for a different condition in C++?
What are 2 ways of exporting a function from a dll?
What is the advantage of c++ over c?
Write a c program for binary addition of two 8 bit numbers.
What is runtime errors c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Why c++ does not have finally?