#includestdio.hstruct sample { int a=0; char b='A'; float c=10.5; }; int main() { struct sample s; printf("%d,%c,%f",s.a,s.b,s.c); return 0; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login