Due Date Is Over
Due Date: 06-11-2024
ASSIGNMENT I - UNIT I - Algorithm, Flowchart
Write an Algorithm, Flowchart and Pseudocode for the following problem.
If the marks obtained by a student in five different subjects are input through the keyboard, to find out the aggregate marks and percentage marks obtained by the student. Assume that the maximum marks that can be obtained by a student in each subject is 100.
Due Date Is Over
Due Date: 06-11-2024
ASSIGNMENT I - UNIT II
To write C program to find out whether it is an odd number or even number.
Due Date Is Over
Due Date: 07-12-2024
C PROGRAMMING BASICS
1.Enumerate the difference between ‘else-if ladder’ and ‘switch – case’ statements with appropriate C programs.
2.Explain about the various looping statements available in ‘C’ with appropriate sample programs.
3.Write a C program to get age and vaccination details as input. Print “Senior Citizen and Eligible for Booster” if age>60 and vaccination input as ‘2’. Otherwise print “Below 60, and Eligible for Vaccination”. Use Conditional Operator.
4. Explain Conditional Statements (Or) Branching Statements (Or) Decision Making Statements in C with example program.
Due Date Is Over
Due Date: 09-12-2024
ARRAYS AND STRINGS
1. Analyze a C program to perform the string functions string length,
string comparison, string concatenation and string copy .
2.Solve using C program to find the addition of a given 2-dimensional
matrix.