What are static functions?

Answer Posted / nashiinformaticssolutions

Functions declared with static have internal linkage, accessible only within the file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1711


What do you mean by dynamic memory allocation in c?

832


why we wont use '&' sing in aceesing the string using scanf

2055


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2338


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1847


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1896


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

834


When can you use a pointer with a function?

740


State the difference between realloc and free.

824


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

888


Under what circumstances does a name clash occur?

920


How important is structure in life?

776


What is the difference between procedural and declarative language?

874


What is void c?

770


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

1002