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 / ruchi

True

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many key words availabel in c a) 28 b) 31 c) 32

715


What are file streams?

664


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1778


Explain the difference between ++u and u++?

738


What are dangling pointers in c?

734






How do I use void main?

714


What are terms in math?

682


What is bash c?

649


Write a program on swapping (100, 50)

762


What are reserved words?

741


How are Structure passing and returning implemented by the complier?

809


What are pragmas and what are they good for?

650


how is the examination pattern?

1693


What is .obj file in c?

738


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1687