True or false: If you continuously increment a variable, it
will become negative?




1) True


2) False


3) It depends on the variable type

Answer Posted / a programmer

It depends upon the variable type. Ex: if the variable is
declared as unsigned int then if we increment the value will
not become negative.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when the linker says that _end is undefined?

648


Subtract Two Number Without Using Subtraction Operator

364


Explain union. What are its advantages?

625


What is double pointer?

565


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

696






What is the difference between far and near in c?

609


What are the types of operators in c?

624


What extern c means?

551


How arrays can be passed to a user defined function

585


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2279


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

778


What is dynamic memory allocation?

822


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

738


Explain what are global variables and explain how do you declare them?

649


What is the difference between union and anonymous union?

843