What is a static function in c?
Answer / Arti Kumari
'Static' functions in C have a limited scope, meaning they are only visible within the file where they are defined. Static functions cannot be called from other files, and their visibility is restricted to the local translation unit (the source code file).
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is c called c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Can two or more operators such as and be combined in a single line of program code?
Explain what’s a signal? Explain what do I use signals for?
Difference between pass by reference and pass by value?
What is sizeof array?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
const char * char * const What is the differnce between the above tow?.
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
what is const volatile?
what will be maximum number of comparisons when number of elements are given?
What is the size of a union variable?