What are static functions?
Answer / nashiinformaticssolutions
Functions declared with static have internal linkage, accessible only within the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
how the compiler treats any volatile variable?Explain with example.
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Can a pointer be static?
Simplify the program segment if X = B then C ← true else C ← false
how do you programme Carrier Sense Multiple Access
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
What is boolean in c?
Do you know the use of fflush() function?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
What is const keyword in c?
write a program to print largest number of each row of a 2D array
What is the difference between array and structure in c?