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

Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


What is I ++ in c programming?

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Program to simulate second clock

2 Answers  


Do you know the use of fflush() function?

0 Answers  






create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


What are the two types of functions in c?

0 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


What is the function of volatile in c language?

0 Answers  


Categories