Total of how many functions are available in c?

Answer Posted / krishna

four types of functions available in c
1.with parameters with return type
2.with parameters without return type
3.without parameters with return type
4.without parameters without return type

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is void c?

560


What is the difference between if else and switchstatement

1309


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

1501


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

713


What is a constant and types of constants in c?

598






How to delete a node from linked list w/o using collectons?

2085


What is use of pointer?

583


How many types of operators are there in c?

611


What is variable initialization and why is it important?

613


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1731


How reliable are floating-point comparisons?

621


How do we print only part of a string in c?

579


Explain how can I pad a string to a known length?

647


Can math operations be performed on a void pointer?

583


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805