what is a static function

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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between text files and binary files?

622


What is use of null pointer in c?

577


What is #pragma statements?

596


Tell us bitwise shift operators?

606


Can a variable be both constant and volatile?

569






Can we declare variable anywhere in c?

545


When is a null pointer used?

646


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1458


Write a code to determine the total number of stops an elevator would take to serve N number of people.

738


How can you determine the maximum value that a numeric variable can hold?

643


What is nested structure with example?

637


What is the difference between void main and main in c?

634


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

779


What type is sizeof?

593


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

761