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
Is c compiled or interpreted?
What is graph in c?
Can we replace the struct function in tree syntax with a union?
What is the use of a static variable in c?
Can we access array using pointer in c language?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Is it cc or c in a letter?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Write a program for Overriding.
write a program to print data of 5 five students with structures?
How can I determine whether a machines byte order is big-endian or little-endian?
Why is a semicolon (;) put at the end of every program statement?
What is union and structure?
FILE PROGRAMMING
Explain the use of function toupper() with and example code?