what is a static function

Answer Posted / guest

i think i did not do well for this question ,, i need to a
answer from u guys..........

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c is a procedural language?

601


Which is better between malloc and calloc?

673


What is the time and space complexities of merge sort and when is it preferred over quick sort?

678


What is the sizeof () operator?

626


What is new line escape sequence?

814






What does nil mean in c?

676


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1865


What is the use of a semicolon (;) at the end of every program statement?

780


Is it better to use malloc() or calloc()?

653


What is define directive?

644


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

661


Is int a keyword in c?

559


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1511


4. main() { int c=- -2; printf("c=%d",c); }

1373


how to create duplicate link list using C???

2078