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 / a programmer
It depends upon the variable type. Ex: if the variable is
declared as unsigned int then if we increment the value will
not become negative.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is d'n in c?
What happens if header file is included twice?
Is it fine to write void main () or main () in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Describe the difference between = and == symbols in c programming?
Who developed c language?
What is a spanning Tree?
What are compound statements?
Is file a keyword in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is a stream in c programming?
What is malloc() function?
What does %p mean?
What is sizeof array?
What is the value of h?