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
What are nested functions in c?
What is the sizeof () a pointer?
How can you find the day of the week given the date?
Write a program to reverse a given number in c?
What are directives in c?
Do you have any idea about the use of "auto" keyword?
What does the error message "DGROUP exceeds 64K" mean?
write a program to find out prime number using sieve case?
what are enumerations in C
What is %d called in c?
What are the application of void data type in c?
What are the complete rules for header file searching?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What does. int *x[](); means ?
How do you construct an increment statement or decrement statement in C?