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 / hussain reddy
3
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the types of functions in c?
Write a program to print "hello world" without using a semicolon?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is masking?
Why c is known as a mother language?
What 'lex' does?
Why main is used in c?
What does %d do?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the easiest sorting method to use?
Why is a semicolon (;) put at the end of every program statement?
What is the return type of sizeof?
Is stack a keyword in c?
Write a program to print numbers from 1 to 100 without using loop in c?
What is function in c with example?