C打

関連タイピング
-
Pythonプログラムを打ちまくる
プレイ回数7133英語長文60秒 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1885英語長文90秒 -
C言語を用いた記号・数字のタッチタイピング練習です。
プレイ回数1760英語長文220打 -
C言語/C#言語の単語練習です。記号なども多いです。
プレイ回数2513英語長文318打 -
C言語でHello world!と表示するプログラムを作ります。
プレイ回数1807英語65打 -
python 基本
プレイ回数251英字120打 -
数字キーに定義されている記号の練習
プレイ回数1412英語短文68打 -
エンターキー周辺の記号
プレイ回数1151英語短文47打
問題文
(#include <stdio.h>)
#include <stdio.h>
(int main(void))
int main(void)
(a+=5;)
a+=5;
(return 0;)
return 0;
(int func(int d,char *p);)
int func(int d,char *p);
(printf(”hello world¥n”);)
printf("hello world\n");
(scanf(”%d”,&a);)
scanf("%d",&a);
(struct person d;)
struct person d;
(unsigned int busy:1;)
unsigned int busy:1;
(#define filename ”test.h”)
#define FILENAME "test.h"
(va_start(ap,ct);)
va_start(ap,ct);
(for(i=0;i<100;i++){)
for(i=0;i<100;i++){
(#ifdef __stdc__)
#ifdef __STDC__
(sp->mem=40;)
sp->mem=40;
(strcpy(ss,”abcde”);)
strcpy(ss,"abcde");
(volatile int wtdt;)
volatile int wtdt;
(typedef int d;)
typedef int d;
(double d[20])
double d[20]
(extern int glb;)
extern int glb;
(static int a[3]={10,5,30};)
static int a[3]={10,5,30};