Program to print a line of text by using the function C Programming Home » C Functions » A Simple Function /*Program to print a line of text by using the function*/ #include #include void main() { fun(); printf("\n This is simple Function \n"); fun(); getch(); } fun() { return; } Output Read more » Tweet Share Share Share Share Related Post
1 comments:
Click here for commentsFor more information on C programming, visit https://ekeeda.com/
ConversionConversion EmoticonEmoticon