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
Why main function is special give two reasons?
Can you please explain the scope of static variables?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is file in c language?
Explain high-order and low-order bytes.
What is assert and when would I use it?
What is struct node in c?
What are two dimensional arrays alternatively called as?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is getch() function?
List the difference between a "copy constructor" and a "assignment operator"?
What happens if a header file is included twice?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are structures and unions? State differencves between them.