#include<stdio.h> void main() { char s[4]={'V','T','U'}; //or char s[4]="VTU"; printf("Val...
Read More
Showing posts with label Single dimensional array. Show all posts
Showing posts with label Single dimensional array. Show all posts
ARRAYS in C programming language
ARRAY Array is a collection of homogeneous elements (elements of same data type), stored sequentially one after the other in memory. An...
Read More
Subscribe to:
Posts (Atom)