0% found this document useful (0 votes)
8 views8 pages

C Programming Assignments Overview

The document outlines an assignment for a Structured Programming Language course, detailing six programming problems to be solved in C. Problems include adding numbers, declaring variables, printing user input, and swapping numbers. Each problem is presented with a placeholder for input and output sections.

Uploaded by

abdullah34
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)
8 views8 pages

C Programming Assignments Overview

The document outlines an assignment for a Structured Programming Language course, detailing six programming problems to be solved in C. Problems include adding numbers, declaring variables, printing user input, and swapping numbers. Each problem is presented with a placeholder for input and output sections.

Uploaded by

abdullah34
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

ASSIGNMENT 01

Department of CSE (61C)

Course No: CSE 0613102


Structured Programming Language
Problem: 01
Create a C program that adds four numbers and prints the average.

Input

Output

Page: 01
Problem: 02
Declare five integer variables and initialize them with a value and
Print the initialized integer.

Input

Output

Page: 02
Problem: 03
Declare two char variables and initialize them with a character and
Print the initialized character.

Input

Output

Page: 03
Problem: 04
C Program to Print an Integer Entered By the User.

Input

Output

Page: 04
Problem: 05
C Program to Swap Two Numbers using temp variable.

Input

Output

Page: 05
Problem: 06
C Program to Swap Two Numbers without temp variable.

Input

Output

Page: 06
Thank You!

You might also like