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 / hussain reddy

3

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between array and pointer in c?

562


write a program to find out prime number using sieve case?

1624


How is a pointer variable declared?

580


What is character constants?

696


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1609






What are the 4 types of unions?

591


Add Two Numbers Without Using the Addition Operator

341


all c language question

1850


What does *p++ do?

568


Is there sort function in c?

564


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1723


What are the advantages of c preprocessor?

690


How many types of operators are there in c?

605


what is reason of your company position's in india no. 1.

1765


Is there a way to compare two structure variables?

602