what is a structure in c programming in Hindi?
In C programming, a struct (or structure) is a collection of variables (can be of different types) under a single name.
#structure #array #cprogramming