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

C Assignments 2018

The document outlines 4 programming assignments for a 1st year BCA class in C programming lab. Assignment 1 includes 5 programs on arithmetic operations, checking even/odd numbers, swapping values with and without temporary variables, checking vowels/consonants, and checking character types. Assignment 2 includes 5 programs on factorial, Fibonacci series, finding the greatest of 3 numbers, calculating digit sums, and reversing a number. Assignment 3 includes 6 programs on string functions, adding/multiplying matrices, recursion, call by value/reference, and structures. Assignment 4 includes 5 programs on unions, generating mark sheets, transposing matrices, and finding sums of even/odd numbers in a range. All assignments have submission dates in 2018.

Uploaded by

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

C Assignments 2018

The document outlines 4 programming assignments for a 1st year BCA class in C programming lab. Assignment 1 includes 5 programs on arithmetic operations, checking even/odd numbers, swapping values with and without temporary variables, checking vowels/consonants, and checking character types. Assignment 2 includes 5 programs on factorial, Fibonacci series, finding the greatest of 3 numbers, calculating digit sums, and reversing a number. Assignment 3 includes 6 programs on string functions, adding/multiplying matrices, recursion, call by value/reference, and structures. Assignment 4 includes 5 programs on unions, generating mark sheets, transposing matrices, and finding sums of even/odd numbers in a range. All assignments have submission dates in 2018.

Uploaded by

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

AISHWARYA COLLEGE OF EDUCATION, JODHPUR

PRACTICAL ASSIGNMENTS
CLASS: BCA 1ST YEAR (JNVU)
SUBJECT: ‘C’ PROGRAMMING LAB
ASSIGNMENT-1
1. Write a program in C to implement arithmetic operations.
2. Write a program in C to check whether the given number is even or odd.
3. Write a program in C to swap two values using and without using temporary variable.
4. Write a program in C to check whether the given letter is vowel or consonant.
5. Write a program in C to check whether given character is an uppercase letter, lowercase
letter, digit or special symbol.
SUBMISSION DATE: 17TH SEPT. 2018
ASSIGNMENT-2
6. Write a program in C to find factorial of given number.
7. Write a program in C to implement Fibonacci series.
8. Write a program in C to find greatest number from given three numbers.
9. Write a program in C to calculate sum of digits.
10. Write a program in C to implement reverse of given number.
SUBMISSION DATE: 15TH OCT. 2018
ASSIGNMENT-3
11. Write a program in C to implement string oriented functions.
12. Write a program in C to add two matrices.
13. Write a program in C to multiply two matrices.
14. Write a program in C to implement recursive function.
15. Write a program in C to perform call by value and call by reference.
16. Write a program in C to implement structure.
SUBMISSION DATE: 26TH NOV. 2018

ASSIGNMENT -4
17. Write a program in C to implement Union.
18. Write a program in C to generate Mark sheet.
19. Write a program in C to implement transpose of matrix.
20. Write a program in C to find sum of even and odd numbers from a given range.
SUBMISSION DATE: 17TH DEC. 2018

(SUMIT PUROHIT)
ASSISTANT PROFESSOR
DEPARTMENT OF COMPUTER SCIENCE

You might also like