This video tutorial shows a simple method to get the output in different colors, on the dosprompt: using a simple C program. Video Tutorial: Colorful Text Output: C program YouTube Link: http://www.youtube.com/watch?v=TpasN_6RMMM [Watch the Video In Full Screen.] Full Source code: Colorful Text Output: C program C 1 2 3 4 5 6 7 8 [...]
This video tutorial demonstrates the creation of a simple file and writing data to text file ‘character by character’ using a simple C program. #include< stdio.h> is the only header file required to include. DOSBOX I’m using a software called DOSBOX to write my c program. Using this software we can run 32-bit programs on [...]
Video Tutorial illustrating: C Program To Calculation of Simple Interest. Header File: #include<stdio.h> To be able to use printf function, we have to include stdio.h header file. main() This is the starting point of C program execution. since it does not return any value, we write void main() Declaration of Variables: int p, n; float [...]