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.kavitha
2) false
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
How can I make sure that my program is the only one accessing a file?
What are the standard predefined macros?
What is difference between && and & in c?
What is a void pointer? When is a void pointer used?
Explain what are bus errors, memory faults, and core dumps?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is the translation phases used in c language?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are the Advantages of using macro
What is a good data structure to use for storing lines of text?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is bash c?
Does sprintf put null character?
What is a #include preprocessor?
Explain what header files do I need in order to define the standard library functions I use?