boost learn study
Monday, March 31, 2014
Program to print a line of text by using the function
Home
�
C Functions
�
A Simple Function
#include
#include
void main() { clrscr(); fun(); printf("\n I am a Good Boy \n"); fun(); getch(); } fun() { return; }
Output
I am a Good Boy
Read more �
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment