Answer Posted / ravi
static funcn means which called itself and dere is no need
of object to call static funcn..
static fun will use only static variables but not ordinary
variables..
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are different types of variables in c?
What is difference between far and near pointers?
Explain what does the format %10.2 mean when included in a printf statement?
How many identifiers are there in c?
What are operators in c?
Explain the difference between getch() and getche() in c?
Why are algorithms important in c program?
Tell us two differences between new () and malloc ()?
what is the format specifier for printing a pointer value?
Why is python slower than c?
Write a program in c to replace any vowel in a string with z?
Write a code on reverse string and its complexity.
4. main() { int c=- -2; printf("c=%d",c); }
Why n++ execute faster than n+1 ?
Explain how can you tell whether two strings are the same?