0% found this document useful (0 votes)
27 views2 pages

C Program Lab

The document outlines a series of practical exercises for C programming, including tasks such as checking for Armstrong numbers, finding the sum of digits, sorting arrays, and performing string operations. Each exercise includes sections for experimental setup, execution, concluding activities, and evaluation by internal and external examiners. The total marks for each practical are specified, emphasizing the importance of both coding and theoretical understanding.

Uploaded by

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

C Program Lab

The document outlines a series of practical exercises for C programming, including tasks such as checking for Armstrong numbers, finding the sum of digits, sorting arrays, and performing string operations. Each exercise includes sections for experimental setup, execution, concluding activities, and evaluation by internal and external examiners. The total marks for each practical are specified, emphasizing the importance of both coding and theoretical understanding.

Uploaded by

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

1(a) Write and execute a C program to check whether the given number is an Armstrong

number or not
(b) Develop and execute a ‘C’ program to store ‘N’ numbers in an array and print the numbers
that are divisible by five with the array location.

Experimental Execution of Concluding


Viva-Voce Total
Setup the Practical Activities
(10) (100)
(30) (30) (30)

Internal Examiner External Examiner

2 (a) Develop and execute a ‘C’ program to find the sum of the digits of a given number
using while statement.
(b) Write and execute a C Program to find the roots of the quadratic equation.

Experimental Execution of Concluding


Viva-Voce Total
Setup the Practical Activities
(10) (100)
(30) (30) (30)

Internal Examiner External Examiner

3 (a) Write and execute a C program for sorting an array of N data in Ascending order.
(b) Write and execute a C program for Matrix addition using two dimensional arrays.

Experimental Execution of Concluding


Viva-Voce Total
Setup the Practical Activities
(10) (100)
(30) (30) (30)

Internal Examiner External Examiner


4 (a) Write and execute a C program for finding String Length, String Concatenation, String
Comparison and String Copy using Library function.
(b) Write and execute a C program to sort the given names in alphabetical order.

Experimental Execution of Concluding


Viva-Voce Total
Setup the Practical Activities
(10) (100)
(30) (30) (30)

Internal Examiner External Examiner

5 (a) Write and execute a C program to find the factorial of given number using recursive
function.
(b) Write and execute a C program to perform the following using built-in functions on a
given paragraph:
a.Find the total number of words.
b.Capitalize the first word of each sentence.
c.Replace a given word with another word

Experimental Execution of Concluding


Viva-Voce Total
Setup the Practical Activities
(10) (100)
(30) (30) (30)

Internal Examiner External Examiner

You might also like