what are the static variables
Answer Posted / nitin gupta
a static variable is shared by all the the instances of a
class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Do array subscripts always start with zero?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Why we not create function inside function.
What is array of structure in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is the hardest programming language?
How can my program discover the complete pathname to the executable from which it was invoked?
Is it better to use a macro or a function?
What is the auto keyword good for?
The difference between printf and fprintf is ?
Distinguish between actual and formal arguments.
How do you determine whether to use a stream function or a low-level function?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Not all reserved words are written in lowercase. TRUE or FALSE?
Is register a keyword in c?