Thursday, May 2, 2013

List of Exercise c programs on functions


1.       What is a Function? What is the Syntax for developing a function?
2.       What is the use of void keyword?
3.       What is a header file and library file?
4.       What is a storage class?
5.       What is the use of #include
6.       What is the use of static storage class?
7.       Explain the following terms
a.       Function prototype
b.      Function Definition
c.       Function Developing
d.      Function Invoking/Calling
                                                               i.      Call by value
                                                             ii.      Call by reference
e.      Function returning value
f.        Recursive functions
8.       What are the important functions exist in following libraries
a.       Conio.lib
b.      Stdio.lib
c.       Math.lib
d.       Ctype.lib
e.      String.lib
f.        Alloc.lib
g.       Dos.lib

No comments:

Post a Comment