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
code for quick sort?
What is a lvalue
What is the collection of communication lines and routers called?
Is c still used?
How can I manipulate strings of multibyte characters?
Explain 'far' and 'near' pointers in c.
What is dynamic memory allocation?
What is main function in c?
What is the condition that is applied with ?: Operator?
What is a wrapper function in c?
What is indirection in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is the size of enum in bytes?
Why is c still so popular?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?