Skip to content

NastyaMortina/Shpargalka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Spargalka

#include <stdio.h>

int main() { int a = 1; int b; char c = 105; char d; unsigned char e = 2; unsigned char f; short t = 47; short r; long m = 57894; long n; float v = 6; float i; double s = 12; double p; long double w = 67; long double q; unsigned long x = 85745; unsigned long z;

printf("c = %d\n", a);
printf("c = %d\n", b);
printf("c = %d\n", c);
printf("c = %d\n", d);
printf("c = %d\n", e);
printf("c = %d\n", f);
printf("c = %d\n", t);
printf("c = %d\n", r);
printf("c = %d\n", m);
printf("c = %d\n", n);
printf("c = %d\n", v);
printf("c = %d\n", i);
printf("c = %d\n", s);
printf("c = %d\n", p);
printf("c = %d\n", w);
printf("c = %d\n", q);
printf("c = %d\n", x);
printf("c = %d\n", z);

return 0;

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published