what are the static variables
Answer Posted / nil
Static vairiable is one which can be accessed without
creation of an object of Class i.e. by direct calling calss.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How can I manipulate individual bits?
What is #line?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
How do I swap bytes?
What is dynamic variable in c?
How can you restore a redirected standard stream?
How do you initialize pointer variables?
What are predefined functions in c?
What are the benefits of c language?
How can I read a binary data file properly?
What is the value of c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What does return 1 means in c?
Explain do array subscripts always start with zero?
What is the difference between #include and #include 'file' ?