نصب | +۱۰۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۱۲ مگابایت |
آخرین بروزرسانی | ۲۴ مهر ۱۳۹۹ |
نصب | +۱۰۰ |
از ۰ رأی | ۰ |
دستهبندی | آموزش |
حجم | ۱۲ مگابایت |
آخرین بروزرسانی | ۲۴ مهر ۱۳۹۹ |
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);
}