Tag: Input
code: #include<stdio.h> typedef union { double weight; int size; char color[10]; } Description; typedef struct { int…
String Input Take Without any gets function just scanf is enough for taking any input withlout gets function #include<stdio.h>…
Recent Comments