c structures

What is structure in c programming? C structures are a derived data type. structure in C allows to pack up more than one type of data in a single variable.…

Continue Reading c structures

String in c

If you want to know string in c programming language then read the complete article. What is a string in c ? String in c is array of charactrs. We…

Continue Reading String in c