what is a static function

Answer Posted / william

I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between fread buffer() and fwrite buffer()?

676


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

644


Describe the header file and its usage in c programming?

622


What is a macro?

659


What is the explanation for cyclic nature of data types in c?

652






In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1635


What do you mean by Recursion Function?

634


What does *p++ do?

590


Why is a semicolon (;) put at the end of every program statement?

631


What are the different data types in C?

731


Write a program of prime number using recursion.

623


The statement, int(*x[]) () what does in indicate?

649


What are the difference between a free-standing and a hosted environment?

747


How will you write a code for accessing the length of an array without assigning it to another variable?

618


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1633