Read N characters in to an array . Use functions to do all
problems and pass the address of array to function.
2. Enter alphanumeric characters and form 2 array alphaets
and digits.Also print the count of each array.
No Answer is Posted For this Question
Be the First to Post Answer
what is the maximum limit of row and column of a matrix in c programming. in linux .
Explain bit masking in c?
without using control structures and control structures find the max and min of given 2 nos
What is Conio.h ?
a 'c' program to tell that the set of three coordinates lie on a same line
How can I increase the allowable number of simultaneously open files?
Why static variable is used in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is atoi and atof in c?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix