0% found this document useful (0 votes)
4 views1 page

C Programming Assignment - ISL Engineering College

This document outlines the assignment details for B.E (CSE-A,C,D & CIVIL) students at ISL Engineering College for the C Programming course. It includes short and long questions related to programming concepts, such as differences between compilers and interpreters, format specifiers, and programming tasks like finding the sum of digits and converting binary numbers. The assignment is due on or before September 4, 2024, and is worth a maximum of 10 marks.

Uploaded by

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

C Programming Assignment - ISL Engineering College

This document outlines the assignment details for B.E (CSE-A,C,D & CIVIL) students at ISL Engineering College for the C Programming course. It includes short and long questions related to programming concepts, such as differences between compilers and interpreters, format specifiers, and programming tasks like finding the sum of digits and converting binary numbers. The assignment is due on or before September 4, 2024, and is worth a maximum of 10 marks.

Uploaded by

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

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.

You might also like