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 is malloc calloc and realloc in c?
what is the different bitween abap and abap-hr?
What is the explanation for cyclic nature of data types in c?
Explain Function Pointer?
What is output redirection?
Difference between exit() and _exit() function?
Is flag a keyword in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the meaning of typedef struct in c?
How to define structures? ·
Explain which function in c can be used to append a string to another string?
What is the difference between printf and scanf in c?
What is the difference between malloc() and calloc()?
How do you define a function?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?