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
What is the sizeof () operator?
What is difference between static and global variable in c?
write a proram to reverse the string using switch case?
Why malloc is faster than calloc?
What is identifiers in c with examples?
What are the types of type specifiers?
a c code by using memory allocation for add ,multiply of sprase matrixes
List some applications of c programming language?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Why is c platform dependent?
What is logical error?
Who developed c language and when?
Why array is used in c?
What are the usage of pointer in c?