#include <stdio.h>struct Sookshmas { int bk = 0; char JIT = 'Learn with fun'; float dvg = 20.5;};int main(){ struct Sookshmas 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