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
how many key words availabel in c a) 28 b) 31 c) 32
What are file streams?
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.
Explain the difference between ++u and u++?
What are dangling pointers in c?
How do I use void main?
What are terms in math?
What is bash c?
Write a program on swapping (100, 50)
What are reserved words?
How are Structure passing and returning implemented by the complier?
What are pragmas and what are they good for?
how is the examination pattern?
What is .obj file in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..