Answer Posted / glibwaresoftsolutions
A function prototype declares the function's name, return type, and parameters without providing the actual implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the = symbol and == symbol?
Why are algorithms important in c program?
What are the different types of pointers used in c language?
Is there any demerits of using pointer?
What 'lex' does?
Can you please explain the scope of static variables?
Why c is called a middle level language?
How can I sort a linked list?
Are bit fields portable?
How many keywords are there in c?
What is difference between array and structure in c?
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
What are c preprocessors?
What is c language & why it is used?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?