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
Can a file other than a .h file be included with #include?
What are the 4 data types?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How can I prevent another program from modifying part of a file that I am modifying?
What is the use of c language in real life?
Explain the properties of union. What is the size of a union variable
What are the various types of control structures in programming?
What is memory leak in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What are the different types of constants?
Describe the steps to insert data into a singly linked list.
what type of questions arrive in interview over c programming?
What is scanf_s in c?
What is difference between scanf and gets?
write a c program to calculate sum of digits till it reduces to a single digit using recursion