ISL Engineering College
B.E (CSE-A,C,D & CIVIL) – I-Sem
Assignment-1 December 2024-25
Deadline: on or before 04-09-2024
Course Title: C Programming
Course Code: ES 302 CS Maximum Marks: 10
UNIT-1
SHORT QUESTIONS
1. Differentiate between Compiler and Interpreter.
2. What is the difference between %f,%d,%c format specifiers. Explain.
3. Write a program to find sum of digits of a given number
4. Difference between Object code and Executable code.
LONG QUESTIONS
5. Draw the block diagram of computer? Explain the components of computer system.
6. Draw a flowchart to find roots of a quadratic equation.
7. Describe the different types of Operators that are included in C.
8. Write a program to convert the binary equivalent of an integer number without using
array.