Answer Posted / r maria ruban raj
Static function directly call with out creating the object.
we can not override the function
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Is c object oriented?
Who invented bcpl language?
Why is c called a mid-level programming language?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How do you determine the length of a string value that was stored in a variable?
How does selection sort work in c?
When should we use pointers in a c program?
can anyone suggest some site name..where i can get some good data structure puzzles???
Can we change the value of #define in c?
Can a variable be both constant and volatile?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are the parts of c program?
How can I do serial ("comm") port I/O?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above