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 / k sriharsha
It will not become negative if we use unsign data type.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain what is the purpose of "extern" keyword in a function declaration?
What is c programming structure?
What is multidimensional arrays
Can two or more operators such as and be combined in a single line of program code?
Can static variables be declared in a header file?
What is const volatile variable in c?
What is dangling pointer in c?
Explain how do you determine a file’s attributes?
What is auto keyword in c?
What does sizeof return c?
Which is better pointer or array?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
State two uses of pointers in C?