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

Post New Answer

More C Interview Questions

Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


Write a program to generate random numbers in c?

0 Answers  


Can we increase size of array in c?

0 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


Define function pointers?

1 Answers  


What is wrong with this program statement? void = 10;

0 Answers  


What are loops in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


What is the best organizational structure?

0 Answers  


What are types of structure?

0 Answers  


Difference between for loop and while loop?

1 Answers  


Categories