C program using all 32 keywords available in ANSCII

Question:WAP in c using all 32 keyword available in ANSCII solution #include ⁢stdio.h> #include ⁢stdlib.h> const signed sub = 5; typedef enum number {student1, student2, student3}; union Job { unsigned int Tyear; volatile int Lyear; } T; extern float grade=3.0; struct { char...
Posted in