Indira College of Engineering & Management Assignment 1 - 2024-2025
Document Details
Uploaded by CleanerMorningGlory7461
Indira College of Engineering and Management
2024
Tags
Summary
This document is a programming assignment for a B.Tech First Year student at Indira College of Engineering & Management, Pune. The assignment encompasses five programming tasks covering C, programming concepts, problem-solving in C and pseudo-code concepts. The assignment is due on October 23, 2024.
Full Transcript
**Indira College of Engineering & Management, Pune** **\[An Autonomous Institute\]** **Department of Basic Engineering Science** **B.Tech First Year --Academic Year 2024-25 Semester -- 1** **Fundamental Programming -- 1 (Subject Code: 224UCEP107)** **[Assignment -1]** **[Instructions :]** -...
**Indira College of Engineering & Management, Pune** **\[An Autonomous Institute\]** **Department of Basic Engineering Science** **B.Tech First Year --Academic Year 2024-25 Semester -- 1** **Fundamental Programming -- 1 (Subject Code: 224UCEP107)** **[Assignment -1]** **[Instructions :]** - Ensure code is well-commented and properly indented. - Submit each program in a separate \`.c\` file. - Provide sample inputs and outputs for each program. - All assignments/ programs should be handwritten in 80 pages notebook - All questions carry equal weightage \[5 \*10 = 50 Marks\] - Date of Submission : On or before 23^rd^ October 2024 1. Draw a flowchart and write the pseudo-code for a program that takes three numbers as input and finds the largest number among them. 2. Write a short essay (200-300 words) on the importance of the C programming language in the modern world. Include examples of applications where C is still widely used and explain why it remains relevant today. 3. Write a C program that converts temperature from Celsius to Fahrenheit and vice versa. The program should allow the user to choose which conversion to perform and then display the result.(including \#include, main(), and I/O statements). Create a flowchart and pseudo-code to illustrate the solution before implementing it in C. 4. Write a C program that demonstrates the use of constants, variables, and different data types (e.g., int, float, char). 5. Write a C program that reads a character from the user and checks if it is a vowel or a consonant. If the user enters a non-alphabet character, display an error message. \*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*