You are on page 1of 6

Department of Computer Science and Engineering

Course Code : CSE122


Course Tittle : Programming and Problem Solving
wertyuio
pasdfghj
Submitted To: Submitted By: klzxcvbn
NadiraAnjum Nipa SADMAN WASIF
mqwerty
Lecturer, Dept. of CSE ID: 191-15-1017
Daffodil International University. Section: UC-A uiopasdf
Submission Date: 20-08-2019
ghjklzxc
N:1) You are given an array of 10 integers. Write a C program to find the largest element from this array.

Output:

N:2) Write a C program to print the multiplication table of a number given as input in the
questions.
Solve:
Output:

N:3) You are given an array of 10 integers . Write a C program to print them in revers order.
Solve:
Output:

N:4) Write a C program to read two integer values X and Y and print the sum of all even numbers
between X&Y (inclusive) .
Solve:
Output :
N:5) Write a Cprogram to read 10 decimal numbers from user and then store them in array
A[10],then replace every negative number (if any) of A by 1. Finally print all numbers stored in
the array A.
Solve:

Output:

You might also like