Some C
#include
<stdio.h>
main() {
int
i =
10
;
long
j =
10
;
double
f =
10.0
;
char
*s =
"Hello World"
; }