0% found this document useful (0 votes)
3 views

C Programs

Uploaded by

ranganadh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

C Programs

Uploaded by

ranganadh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

6. a) Explain different string handling functions available in C with examples.

b) Write a C program to check whether the given matrix is symmetric or not.

What is a library function? What are its uses in C programming?


Develop program to find the average of smallest and largest numbers in a given
array.
Develop a program using pointers to compute the sum of all elements stored in an
array.
Develop a C program to count the number of characters in a file.
Find the sum of digits of a given number using recursion.
Write a C program that reads contents of a file and displays then in capital
letters if they are alphabets.
Write a program using structures to read and display the information about entire
faculty of a particular department.
Write a program to find the mean of �n� numbers using arrays.
Write a short note on operations on arrays. And write a program to print the
position of smallest of �n� numbers using arrays.
How to pass pointers to functions? Explain with an example program.

You might also like