Skip to content

Kevin-Benny/C-programming-BCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# C-programming-BCA
C programming that was done during my bachelors

Indexing to the programs in repository:

Sem 2
file name:	          Keywords:		            Desc:

remove a sting.c          char array       add elements, delete element and bit shifting to fill, delete elements from x to y position and delete duplicates string array
Sting_Search.c            strstr(str1,str2)                 practice:: #include<string.h> #include<stdbool.h>
playing cards.c           struct with pointer fun           1)Initialize or sort 2)display 3)Shuffle
binarytree.c              struct node, node* newNode,func   1)preorder traversal 2)Inorder traversal 3)Postorder traversal
fork.c                                                      practice basic
linear__binary-search.c   menu driven                       1.Linear Search\n2.Linear Search without sentinel\n3.Binary Search
linklistwithstack.c       struct linked list declared at main  defining stack size, stacking and popping using linked list- stuct node{int data;struct node* link;};
q8(mergesort).c           recursive function, merge sort    1.ENTER THE NO. OF ELEMENTS 2.DISPLAY ELEMENTS 2.TO SORT THE ELEMENTS
q8.c                      merge sort
quicksort.c                                                 1.Enter no of elements 2.DISPLAY ELEMENTS 3.SHOW STEP BY STEP PROCESS OF SWAPPING IN EACH ITIRATION
quicksortwithname.c       alphabetic sorting                quick sorting 1.DISPLAY ELEMENTS 2.STEP BY STEP PROCESS OF SWAPPING 3. SORT ARRAY OF N NAMES
prog1_1941028.c           int array                         adding element in first 2.add at end 3.for add at n no
Inserting Element (Array 1).c                               enter element at any postion in array and array shifting  
lab_2(delete_stg).c       int array                         enter array of element and delete any element from any position and array shifting to fill deleted postion
p3(1941028).c                                               1.Linear Search\n2.Linear Search without sentinel\n3.Binary Search
selection sort.c    
sparsematrix.c                                              matrics using stucture
sparsematrix_without_struct.c                               int matrics without using stucture
Stack.c    struct Node{struct Node* next} linked list       1.Push 2.Pop 3.Display 4.Is Empty 5.Peek
transpose.c               2d matrics transpose              Enter values row and colm, display non zero value,the transpose 

Insertion sort.c    Insertion sort


Sem 1.2
file name:						Keywords:					Desc:

test2.c							functions looping switch case		calculate simple and compound intrest and find the diffrence of this twos
structure(class,no).c					global struct s[n]				create and search student mark details
cia 3structures and funtion.cpp				stuct global					book info
sort no array pointer.c					functions, pointer int array			sort a array of numbers
sort a array in assending.c				for						linear sort
prog#11Q2.c						2dmatrics passed to function 			entering and displaying 2d matric 
pointer.c						pounter						pointer fun practice
functions with array(SI,CI,diff).c									Simple, compound intrest and its diffrence
function(SI,CI,diff).c			
struct_filefinder.c					struct FILE *filename fopen(w)			open and write to file						
file_write.c						char array (w)
file write and scan.c					menu driven, application based			Employee with basic salary, taxing, DA, HRA, PF
file reading.c						fopen(r)					practice
Febonnacci.c						recursive function				find febonnacci
command and argument.c					int main(int argc, char *argv[])		practice
bitwiseshift.c						do while, char					practice X bitwise shift of numbers find n*2^shiftno
bitwise.c						tseek, fread					practice X integer even or odd


Sem 1.1
file name:						Keywords:					Desc:

add,sub,mul of mat.c:											menu driven 2D array matrics calculator-addition, mul, subraction 
trans and add of mat.c											Find Transporse of a matrics
data types sizemine.c	✓				CHAR_MIN,CHAR_MAX				Display max,min value of all datatypes
size pro.c												Display range value of datatypes
data Size byte.cpp					sizeof()					Display size of all datatypes
Range data type.cpp					LDBL_MIN,LDBL_MAX				Display max,min value of all datatypes
magic square.c												Build a n,n magic square
month no						Switch						leap year or not,31 or 30 dat=ys month
Patterns.c												Make designs using * and numbers
a++ crazyq.c:												Fun increment problem


LowertoUpper.c						Strings						lower to upper -32
uppertolower.c												upper to lower for capital alphabet
ARMSTRONG.c												Find no is Armstrong or not
armstrong_btw_2_no.c											Find all armstrong numbers been two number point
fibonacci.c												find fibonacci of a number
find prime no .c											Find all prime number from 1 to n numbers
depeciation.c												find depeciation using AMOUNT,PERCENTAGE OF DEPRECIATION AND YEARS
factorial.c												find factorial of a number
Faren to centi.c											°F to °C
COMPOUND INTREST.c:											Find CI 
largest no of 3.c					nested if else					finds the largest and second largest no
odd and evposition.c											sum of odd <=> Sum of even digits
reverse.c												Find reverse of a number
roots of quad eq.c											Find roots of a quadratic eq is real, equal or doesnt exist
stringpalindrome.c											FInd palindrome or not
sum_of_digits.c												sum of a number based of digit 512 = 5+2+1
sum_of_the_power_of_the_digits.c									number =123 power =3 	Result = 3^3 + 2^3 + 1^3

Application based:
library booking.c			Switch case, if else,double		Handle customer id, student/faculty, borrowing and returning books, fine when book damaged
job.c							Switch case, if else				Cal net pay using basic salary, experience	

Practice:
Q2math prb.c												Fun math equations
functions eg.c
k,18,m.c
matrics.c
no_of_stings_used.c											Size of enterd string
string .c						getchar with \0
090719reduce_power.c: 											number =123 power =3 	Result = 3^3 + 2^3 + 1^3





About

C programming that was done during my bachelors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published