#include int x = 5, y = 10; float f = 12.5, g = 9.8; char c = 'c', d = 'd'; int main( int argc, char *argv[] ) { printf("%d \n ", x); return 0; }