Answer Posted / william
I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
pierrot's divisor program using c or c++ code
How do you list a file’s date and time?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the difference between array and pointer?
What is meant by type specifiers?
Why do we use int main?
What is FIFO?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
When should a type cast be used?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is memcpy() function?
Is it possible to have a function as a parameter in another function?
In a header file whether functions are declared or defined?
What are the features of the c language?
What is the general form of function in c?