Answer Posted / avik bagh
A static variable is a variable that you can call and use without using an object of the class it is a part of. You can use a static variable using just the class name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How can you be sure that a program follows the ANSI C standard?
Write the syntax and purpose of a switch statement in C.
What is #error and use of it?
What is the most efficient way to count the number of bits which are set in an integer?
Why & is used in scanf in c?
What is the deal on sprintf_s return value?
What is wrong with this program statement?
What is s in c?
Write a function that will take in a phone number and output all possible alphabetical combinations
Why c is known as a mother language?
the question is that what you have been doing all these periods (one year gap)
What do you mean by invalid pointer arithmetic?
Which of these functions is safer to use : fgets(), gets()? Why?
Are negative numbers true in c?