You are on page 1of 1

#include <stdio.

h>

main()
{

int a, b;
char c;
a = b + c;
return 0;
}

You might also like