Answer Posted / harshithadesai
static function cant be overriden.example for ststic
function is main()
without creating object we can access these method
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the use of define in c?
What is structure and union in c?
What is the explanation for the dangling pointer in c?
Write a program for Overriding.
Are there constructors in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Why is c called "mother" language?
What are the data types present in c?
Write a program for finding factorial of a number.
What is a macro?
What is %s and %d in c?
Explain what is dynamic data structure?
Can we assign string to char pointer?
What header files do I need in order to define the standard library functions I use?