File tree 12 files changed +44
-41
lines changed
12 files changed +44
-41
lines changed Original file line number Diff line number Diff line change 1
- 2L2S.c - Accept a list of data items and find the second largest and second smallest elements in it.
2
- CpyAr.c - Copy element of one array into another
3
- Cycle.c - Cyclically permute the elements of an array
4
- DDub.c - Delete duplicate elements in an array
5
- DelSp - Delete the specified integer from the list.
6
- FINDU.C - Find unique element in two arrays
7
- MiLco.C - Minimum element locationin array
8
- Swap.C - accept an array of 10 elements and swap 3rd element with 4th element using pointers.
1
+ * 2L2S.c - Accept a list of data items and find the second largest and second smallest elements in it.
2
+ * CpyAr.c - Copy element of one array into another
3
+ * Cycle.c - Cyclically permute the elements of an array
4
+ * DDub.c - Delete duplicate elements in an array
5
+ * DelSp - Delete the specified integer from the list.
6
+ * FINDU.C - Find unique element in two arrays
7
+ * MiLco.C - Minimum element locationin array
8
+ * Swap.C - accept an array of 10 elements and swap 3rd element with 4th element using pointers.
Original file line number Diff line number Diff line change 1
- Rstic.c - Illustrate as to how the data stored on the disk is read
2
- WStic.c - Write static data in file and read from file
1
+ * Rstic.c - Illustrate as to how the data stored on the disk is read
2
+ * WStic.c - Write static data in file and read from file
Original file line number Diff line number Diff line change 1
- Line.c - Drawing Line in Graphics Mode
1
+ * Line.c - Drawing Line in Graphics Mode
Original file line number Diff line number Diff line change 1
- AREA.C - Find the ares of different geometrical figures such as circle, square, rectangle
2
- ATMD.C - ATM money dispatch count while currencies are 1000,500 and 100
3
- BrkEr.C - Switch case (Resolve Error)
4
- BayM.c - Display Day of the month.
5
- IfLap.c - Prefect Leap Year
1
+ * AREA.C - Find the ares of different geometrical figures such as circle, square, rectangle
2
+ * ATMD.C - ATM money dispatch count while currencies are 1000,500 and 100
3
+ * BrkEr.C - Switch case (Resolve Error)
4
+ * BayM.c - Display Day of the month.
5
+ * IfLap.c - Prefect Leap Year
Original file line number Diff line number Diff line change 1
- Get1- Get The 1
1
+ * Get1- Get The 1
Original file line number Diff line number Diff line change 1
- ADD.C - Addition of two number
2
- CONST.C - Modify the constant variable in c
3
- HELLO.C - Print Hello World
4
- INT.C - Print Integer
5
- Swap.C - swap the contents of two numbers using bitwise XOR operation. Don't use either the temporary variable or arithmetic operators
1
+ * ADD.C - Addition of two number
2
+ * CONST.C - Modify the constant variable in c
3
+ * HELLO.C - Print Hello World
4
+ * INT.C - Print Integer
5
+ * Swap.C - swap the contents of two numbers using bitwise XOR operation. Don't use either the temporary variable or arithmetic operators
Original file line number Diff line number Diff line change 1
- ASCII.c - Print All ASCII Values
2
- B2D.c - Convert the given binary number into decimal
3
- BitOp.c - Convert number to binary using bitwise operators
4
- Dimnd.c - Print Diamond
5
- Freq.c - Find a frequenct of character in string
6
- LYIR.C - Check leap year in a range.
7
- SinX.C - Find the value of sin(x) using the series up to the given accuracy
1
+ * ASCII.c - Print All ASCII Values
2
+ * B2D.c - Convert the given binary number into decimal
3
+ * BitOp.c - Convert number to binary using bitwise operators
4
+ * Dimnd.c - Print Diamond
5
+ * Freq.c - Find a frequenct of character in string
6
+ * LYIR.C - Check leap year in a range.
7
+ * SinX.C - Find the value of sin(x) using the series up to the given accuracy
Original file line number Diff line number Diff line change
1
+ * DiC.c - Display same Source Code as Output
2
+ * Frmt.c - Padding strings to a fixed length
3
+ * PrePr.c - Preprocessor - Understand program
Original file line number Diff line number Diff line change 1
- CallRf.c - Add numbers using call by reference
2
- MLPtr.c - Multilevel Pointer [ With Explanation]
3
- SAUP.c - Sum of array elements using pointers
1
+ * CallRf.c - Add numbers using call by reference
2
+ * MLPtr.c - Multilevel Pointer [ With Explanation]
3
+ * SAUP.c - Sum of array elements using pointers
Original file line number Diff line number Diff line change 1
- CBS.C - CUSTOMER BILLING SYSTEM
1
+ * CBS.C - CUSTOMER BILLING SYSTEM
Original file line number Diff line number Diff line change 1
- CAnag.c - Check whether two strings are anagrams or not
2
- InSub.C - Insert substring into a string
3
- OuSub.c - Substring from a position to length
4
- OubOO.C - check if a string is a subsequence of another string
5
- VOWEL.c - Delete vowels from a string
1
+ * CAnag.c - Check whether two strings are anagrams or not
2
+ * InSub.C - Insert substring into a string
3
+ * OuSub.c - Substring from a position to length
4
+ * OubOO.C - check if a string is a subsequence of another string
5
+ * VOWEL.c - Delete vowels from a string
Original file line number Diff line number Diff line change 1
- SizeS.c - Calculate Size of Structure
2
- StUni.c - Use structure within union
3
- USize.c - Find the size of a union
1
+ * SizeS.c - Calculate Size of Structure
2
+ * StUni.c - Use structure within union
3
+ * USize.c - Find the size of a union
You can’t perform that action at this time.
0 commit comments