Skip to content

Contains all problem statements as well as solutions to Lab course of Introduction to Programming.

Notifications You must be signed in to change notification settings

ujsquared/iprogg-lab-1st-sem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iprogg-lab-1st-sem

Contains all problem statements as well as solutions to Lab course of Introduction to Programming.
/write a program for a 2D array of size 3x3 and print the matrix/
/write a program to add two matrices of same size/
/write a program for multiplication of two square matrices/
/write a program to find the sum of right diagonals of a matrix/
/write a program to input a string and print it/
/write a program to find the length of a string without using string function/
/write a program to print the individual character of a string in reverse order/
/write a program to count total number of alphabet digit and special character in a string/
/write a program to copy one string to another/
/write a program to read a sentence and replace the lowercase character/letter to uppercase and vice-versa/
/write a program to add two numbers using call-by reference/
/write a program to find the maximum of two numbers using a pointer/
/write a program to store n number of elements in an array and print the elements using a pointer/
/write a program to swap three numbers using call-by reference/
/write a program to compute the sum of all elements in an array using pointer/
/write a program to store information of 10 students like Name, DOB, Address, and Phone number using structure/
/write a program to add two distances in ft and inches using structure/
/write a program to read and print an employee detail like name, employee-id, salary using structure/
/write a program to create and store information in a text file/
/write a program to read an existing file/
/write a program to count the number of words and characters in a file/

About

Contains all problem statements as well as solutions to Lab course of Introduction to Programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages