0% found this document useful (0 votes)
4 views3 pages

Lab File Template-1

This document is a submission for the Programming for Problem Solving Lab (BCE-251) by Chetan Kumar Soni, a B.Tech ECE student. It includes a declaration of originality and a certificate from the supervising teacher, Mr. Shashank Sharma. The index lists various C programming tasks, such as arithmetic operations, checking for even/odd numbers, and printing Fibonacci series.

Uploaded by

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

Lab File Template-1

This document is a submission for the Programming for Problem Solving Lab (BCE-251) by Chetan Kumar Soni, a B.Tech ECE student. It includes a declaration of originality and a certificate from the supervising teacher, Mr. Shashank Sharma. The index lists various C programming tasks, such as arithmetic operations, checking for even/odd numbers, and printing Fibonacci series.

Uploaded by

shashanksin234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Programming For

Problem Solving Lab


BCE-251

Submitted By: Submitted To:


Chetan Kumar Soni Mr. Shashank Sharma
B.Tech, ECE, II Sem CSE Department, FET, GKV
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
FACULTY OF ENGINEERING AND TECHNOLOGY
GURUKUL KANGRI UNIVERSITY
2024-2025
Declaration by student
This is to certify that the programs in this file are compiled and executed

by me, and I have not copied them from anywhere. This work is done by

me and I have not presented it anywhere else.

Chetan Kumar Soni


Branch : ECE
Roll no. 246320024

Certificate by Teacher
This is to certify that the programs in this file are done under my

supervision and are not being copied from anywhere or presented

anywhere for any sort of benefit.

Mr. Shashank Sharma


Assistant Professor
Department of Computer Science & Engineering
Faculty of Engineering and Technology
INDEX

No. Description
1 Program In C to perform different arithmetic operation
2 Program In C to greater of two numbers
3 Program In C to check whether number is even or odd
4 Program In C to check whether number is prime or not
5 Program In C to print fibonacci series
6 Program In C to print factorial of a number
7 Program In C to add two matrices
8 Program In C to search a number in array

You might also like