tell me only c programming please
Answers
Answered by
1
Explanation:
Code::Blocks IDE is used to write programs, most of these will work with GCC and Dev C++ compilers.
...
The program for GCC should be like:
#include <stdio.h>
int main()
{
int c;
/* for loop */
for (c = 1; c <= 10; c++)
printf("%d\n", c);
return 0;
champ01:
i have already much knowledge about c but not like perfect please help me
Answered by
1
it's a program
follow me
Similar questions