Jun 27, 2024
.c
extension#include <stdio.h>
, etc.)int main()
function
int
, float
, char
, etc.const
keyword+
, -
, *
, /
, %
==
, !=
, <
, >
, <=
, >=
&&
, ||
, !
=
, +=
, -=
, etc.&
, |
, ^
, <<
, >>
scanf
function for reading input%d
, %f
, %c
, etc.if
, else if
, else
? :
)while
loopfor
loopdo-while
loop\0
)strcpy
, strcat
, strcmp
, strlen