Install | +100 |
From 0 Rates | 0 |
Category | Education |
Size | 12 MB |
Last Update | 2020 October 15 |
Install | +100 |
From 0 Rates | 0 |
Category | Education |
Size | 12 MB |
Last Update | 2020 October 15 |
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);
}