DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education 7. input and output functions

1. Input and output functions By: Er. Aman Kumar 2. #include #include void main(void) { clrscr(); printf(“%d is a number”,4+4); getch();…