Structure in C programming

Structure is a group of variables of different data types represented by a single name. Lets say we need to

Read more

Strings and String functions in c

String is an array of characters. In this post, we learn how to declare strings, how to work with strings

Read more