Tag Archives: c_basic

Write a C Program to display student details using structure members

C Program to display student details using structure members Write a C Program to display student details using structure members. Here’s a Simple Program to display student details using structure members in C Programming Language. This program is used to store and access “name, roll no. and marks ”  for many students using array of structures members.… Read More »

C program to separate odd and even elements in two separate arrays

Separate odd and even elements of array Write a C Program to separate odd and even elements of array in two separate arrays.  Here’s simple Program to separate odd and even elements of array in two separate arrays in C Programming Language. What is an Array ? Arrays a kind of data structure that can store a fixed-size sequential collection of elements… Read More »