what is a static function

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


Please Help Members By Posting Answers For Below Questions

Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

865


What is the use of define in c?

784


What is structure and union in c?

801


What is the explanation for the dangling pointer in c?

879


Write a program for Overriding.

900


Are there constructors in c?

761


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.

966


Why is c called "mother" language?

1048


What are the data types present in c?

835


Write a program for finding factorial of a number.

830


What is a macro?

855


What is %s and %d in c?

746


Explain what is dynamic data structure?

862


Can we assign string to char pointer?

792


What header files do I need in order to define the standard library functions I use?

733