Convert Weight Gram to Kg
OUTPUT
From Basic to the Best
OUTPUT
OUTPUT
To Print the line at particular location we can use gotoxy() function. Basically screen is divided in 80 Columns and 25 Rows, you can specify
To get input we can use scanf() or gets() functions. gets() is used only for String data type. scanf() can be used for all data
There are some color functions those can be used for colored output in c language. First you have to set colors using textcolor(COLOR) function. You
During earlier post we have come to know that printf() is used to display output to the screen. There are some another functions also that