Variables in C (Basic)
Whenever you want to store some temporary data, then variables are used, like x=20, area=7.3. Here x and area are variable names. In C language
From Basic to the Best
Whenever you want to store some temporary data, then variables are used, like x=20, area=7.3. Here x and area are variable names. In C language
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