Q.
What are inbuilt and user defined function in c language
Asked by Puja,
18 Oct '07 01:22 pm
Earn 10 points for answering
Answers (3)
1.
Well in built function are those which are ready to use directly for example stdio.h conio.h math.h clrscr() void main() getch() / user defined are scanf printf
Answered by fuckerboy, 18 Nov '08 07:13 am
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
2.
Inbuit functions that are made by system itself like clrscr(), getche()
and userdifined that is made by user
Answered by nitesh ranjan, 18 Oct '07 01:29 pm
and userdifined that is made by user
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received
3.
Inbuilt function in C:
http://www.bilmuh.gyte.edu.tr/gokturk/introcpp/icpp_func.html
User defined function:
http://www.boloji.com/computing/ccplus/cc012.htm
Answered by Mangat, 18 Oct '07 01:24 pm
http://www.bilmuh.gyte.edu.tr/gokturk/introcpp/icpp_func.html
User defined function:
http://www.boloji.com/computing/ccplus/cc012.htm
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received