Answer Posted / asha
static functions are functions that are only visible to
other functions in the same file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what is the use of a semicolon (;) at the end of every program statement?
If I have a char * variable pointing to the name of a function ..
What is the function of this pointer?
What is local and global variable in c?
What is the hardest programming language?
What is typedef?
Explain what happens if you free a pointer twice?
shorting algorithmS
What do you know about the use of bit field?
What is the main difference between calloc () and malloc ()?
Can you apply link and association interchangeably?
What is getch c?
Is return a keyword in c?
What type is sizeof?
When should we use pointers in a c program?