You are on page 1of 9

NETAJI SUBHASH ENGINEERING COLLEGE

PROGRAMMING FOR PROBLEM SOLVING


PAPER CODE- ES-CS201
CA2- ASSESSMENT
FULL MARKS-25

Name of Student: Arup Basak


Class Roll No: 33
University Roll No: 10931122036
Date of Submission: 10-03-2023
Section: H
Academic Year: 2022-23

List of Questions
1. Write a C program to check whether a number is even or odd.
2. Write a program to find the largest among three numbers using conditional operator.
3. What is typecasting? Explain various type of typecasting with suitable example.
4. A special two-digit number is a number such that when the sum of its digits is added to
the product of its digits, the result is equals to the original two-digit number. Print all special
two-digit numbers within range 10 to 99.

You might also like