C Compiler IDE icon

C Compiler IDE

赵志远(qq:1203568579)
Free
2.9 out of 5
100,000+ downloads

About C Compiler IDE

C Compiler IDE is simple C IDE focused on learning programming languages.
Features:
* smart syntax highlighting
* undo
* redo
* note
* input syntax
Example :
#include
void main(){

int a;
printf("Enter the a Number:");
scanf("%d",&a);
printf("a =%d",a);

}

C Compiler IDE Screenshots

More from 赵志远(qq:1203568579)