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
Define C in your own Language.
What is New modifiers?
cavium networks written test pattern ..
Explain the bubble sort algorithm.
What is extern storage class in c?
what is the difference between 123 and 0123 in c?
What are the application of void data type in c?
Who invented bcpl language?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Explain what is the benefit of using #define to declare a constant?
a program that can input number of records and can view it again the record
What is volatile, register definition in C
Explain pointer. What are function pointers in C?
Which one would you prefer - a macro or a function?
What is function prototype?