Answer Posted / radhika
function which is static in class,which cannot be overridden
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the back slash character constants or escape sequence charactersavailable in c?
Is there anything like an ifdef for typedefs?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What happens if header file is included twice?
What are the different types of control structures?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is c definition?
What is pragma in c?
What is double pointer?
Do you know the difference between malloc() and calloc() function?
program for reversing a selected line word by word when multiple lines are given without using strrev
How do you determine whether to use a stream function or a low-level function?
Are there namespaces in c?
What is a function in c?
How do you write a program which produces its own source code as output?