Predict the output
#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;
}



Posted on by