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 / sneha
it depends on the variable type
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell me with an example the self-referential structure?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Is null valid for pointers to functions?
Is register a keyword in c?
What is an lvalue in c?
What is the difference between fread and fwrite function?
What is the size of enum in c?
What is extern keyword in c?
What are the advantages and disadvantages of a heap?
Define and explain about ! Operator?
Difference between MAC vs. IP Addressing
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain how can I remove the trailing spaces from a string?
Explain null pointer.
What is meant by type casting?