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

Are pointers integers in c?

617


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1990


What is the best way to comment out a section of code that contains comments?

790


With the help of using classes, write a program to add two numbers.

625


what is the format specifier for printing a pointer value?

620






Can a pointer point to null?

594


Where does the name "C" come from, anyway?

652


Why C language is a procedural language?

626


Can you subtract pointers from each other? Why would you?

568


How can I read and write comma-delimited text?

625


Explain what is gets() function?

641


Do you know the use of fflush() function?

606


How do shell structures work?

579


Was 2000 a leap year?

639


Write a program to find factorial of a number using recursive function.

656