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

Department of Computer Engineering: Course Code: UESC203 Subject: C - Programming List of Practical Assignment

The document contains a list of 12 practical programming assignments for a C programming course. It includes writing programs to find the area and perimeter of a square, determining the smallest of three numbers, demonstrating variable types, arithmetic operators, and determining if a number is even or odd. Further assignments involve finding the maximum/minimum of three numbers or in an array, reversing strings, checking for prime numbers with functions, calculating factorials with functions, swapping elements using call by reference, and counting vowels and consonants in a string using pointers. It also provides 5 recommended C programming textbooks and reference books.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

Department of Computer Engineering: Course Code: UESC203 Subject: C - Programming List of Practical Assignment

The document contains a list of 12 practical programming assignments for a C programming course. It includes writing programs to find the area and perimeter of a square, determining the smallest of three numbers, demonstrating variable types, arithmetic operators, and determining if a number is even or odd. Further assignments involve finding the maximum/minimum of three numbers or in an array, reversing strings, checking for prime numbers with functions, calculating factorials with functions, swapping elements using call by reference, and counting vowels and consonants in a string using pointers. It also provides 5 recommended C programming textbooks and reference books.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

DEPARTMENT OF

COMPUTER ENGINEERING

Course Code: UESC203 Subject: C - Programming

List of Practical Assignment

1. Write Algorithm & Flowchart to find Area and Perimeter of Square.

2. Write Algorithm & Flowchart to find smallest number among three numbers.

3. Write a program to demonstrate all types of variables.

4. Write a program to demonstrate Arithmetic operators in C language.

5. Write a c program to find whether number is even or odd.

6. Write a c program to find minimum/maximum number from three given numbers.

7. Write a c program to find maximum/maximum number from array.

8. Write a c program to reverse given string.

9. Write a c program to find whether given number is prime no. or not, using function.

10. Write a c program to calculate factorial of given number using function and pass number as
parameter.

11. Write a c program to swap elements using call by reference.

12. Write a c program to count vowels and consonants in a string using Pointer

Textbooks:
1 “A Computer Science –Structure Programming Approaches using C”, by Behrouz Forouzan, Cengage Learning.
2 Schaum’s outlines “Programming with C”, by Byron S. Gottfried, Tata McGraw-Hill Publications.
Reference Books:
1 “Basics of Computer Science”, by Behrouz Forouzan , Cengage Learning.
2 “Programming Techniques through C”, by M. G. Venkatesh Murthy, Pearson Publication.
3 “Programming in ANSI C”, by E. Balaguruswamy, Tata McGraw-Hill Education.
4 “Programming in C”, by Pradeep Day and Manas Gosh, Oxford University Press.
5 “Let Us C”, by Yashwant Kanetkar, BPB Publication

You might also like