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 a structure member in c?
How are strings stored in c?
How does pointer work in c?
What is the difference between #include
Explain c preprocessor?
praagnovation
Write a program to generate the Fibinocci Series
p*=(++q)++*--p when p=q=1 while(q<=6)
How is a pointer variable declared?
What is bubble sort technique in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is meant by 'bit masking'?
Who invented bcpl language?
What are global variables and how do you declare them?
In C language, a variable name cannot contain?