Computer Science, asked by champ01, 1 year ago

tell me only c programming please​

Answers

Answered by Anonymous
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 cutypie232
1

it's a program

follow me


champ01: please help me please
champ01: can you hear me
Similar questions