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
write a c program in such a way that if we enter the today date the output should be next day's date.
What do you mean by c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What are 'near' and 'far' pointers?
What is bash c?
What is a header file?
How pointer is different from array?
What does volatile do?
What is zero based addressing?
Is multithreading possible in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why do we use namespace feature?
Why do we need arrays in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above