Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mr-vicky
/
C
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
main
Branches
Tags
Go to file
Code
Open more actions menu
Latest commit
History
3 Commits
3 Commits
Folders and files
Name
Name
Last commit message
Last commit date
01_Welcome.c
01_Welcome.c
02_Array-Temperature.c
02_Array-Temperature.c
03_ArrayEx-2_SumAndAverageOfNumers.c
03_ArrayEx-2_SumAndAverageOfNumers.c
04_ArrayEx-3-BiggestValueAmongTheEnteredValues.c
04_ArrayEx-3-BiggestValueAmongTheEnteredValues.c
05_ArrayEx-3_BinnarySearch.c
05_ArrayEx-3_BinnarySearch.c
06_Array-PracticeTemp.c
06_Array-PracticeTemp.c
07_ArrayEx-3_BiggestValueAmongTheEnteredValues.c
07_ArrayEx-3_BiggestValueAmongTheEnteredValues.c
08_Array-FirstAndSecondSmallestNumber.c
08_Array-FirstAndSecondSmallestNumber.c
09_Arrray_firstandsecondsmallestnumber.c
09_Arrray_firstandsecondsmallestnumber.c
10_Arrray-first and second smallest number.c
10_Arrray-first and second smallest number.c
11_Array- Read elements in 2D array.c
11_Array- Read elements in 2D array.c
12_Array-Sum of two 2D array.c
12_Array-Sum of two 2D array.c
13_Array Ex-3, linear Search.c
13_Array Ex-3, linear Search.c
14_Array- Multiplication of 2D matrix.c
14_Array- Multiplication of 2D matrix.c
15_Array-2D Matrix, Multiplication.c
15_Array-2D Matrix, Multiplication.c
15_Array-Transpose of the Matrix.c
15_Array-Transpose of the Matrix.c
16_Array-Transpose of the matrix by taking Matrix from the user.c
16_Array-Transpose of the matrix by taking Matrix from the user.c
17_Array- Transpose of a matrix by using function.c
17_Array- Transpose of a matrix by using function.c
18-Searching- Linear search in Array.c
18-Searching- Linear search in Array.c
19_Searching- Linear search.c
19_Searching- Linear search.c
20_Binnary Search.c
20_Binnary Search.c
21_LInearSearch.c
21_LInearSearch.c
21_Linear Search- Finding the no. location for repeated values.c
21_Linear Search- Finding the no. location for repeated values.c
22_Array-Linear serch for array in Decending order.cpp
22_Array-Linear serch for array in Decending order.cpp
23_Array- Binnary search for array in decending order.cpp
23_Array- Binnary search for array in decending order.cpp
24_Sorting-Bubble Sort-Arrange the numbers in the ascending order.c
24_Sorting-Bubble Sort-Arrange the numbers in the ascending order.c
24_Sorting-Bubble Sort-Arrange the numbers in the ascending order.cpp
24_Sorting-Bubble Sort-Arrange the numbers in the ascending order.cpp
25_Sorting_Selection Sort-Ascending order.c
25_Sorting_Selection Sort-Ascending order.c
25_Sorting_Selection Sort-Ascending order.cpp
25_Sorting_Selection Sort-Ascending order.cpp
25_Sorting_Selection Sort-Exampe.c
25_Sorting_Selection Sort-Exampe.c
26_Sorting_Selection sort-Decreasing order.c
26_Sorting_Selection sort-Decreasing order.c
27_Soring_Bubble Sort- passes will be discarded after n-1 passes.cpp
27_Soring_Bubble Sort- passes will be discarded after n-1 passes.cpp
28_Sorting_Selection sort- Decending order sales amount of salesperson (2).c
28_Sorting_Selection sort- Decending order sales amount of salesperson (2).c
28_Sorting_Selection sort- Decending order sales amount of salesperson (3).c
28_Sorting_Selection sort- Decending order sales amount of salesperson (3).c
28_Sorting_Selection sort- Decending order sales amount of salesperson.c
28_Sorting_Selection sort- Decending order sales amount of salesperson.c
29_Pointers- in C.cpp
29_Pointers- in C.cpp
30_Pointer to Pointer-Example.cpp
30_Pointer to Pointer-Example.cpp
30_Pointers- Programm to print value of variable using pointers.cpp
30_Pointers- Programm to print value of variable using pointers.cpp
31_Pointers- Example to know how it works in the RAM.cpp
31_Pointers- Example to know how it works in the RAM.cpp
32_Pointers-Substracting two pointer variables.c
32_Pointers-Substracting two pointer variables.c
33_Pointers and Array- Using loops, an array name is pointer to base address.c
33_Pointers and Array- Using loops, an array name is pointer to base address.c
33_Pointers and Array- Using loops, an array name is pointer to base address.cpp
33_Pointers and Array- Using loops, an array name is pointer to base address.cpp
33_Pointers and Array-an array name is pointer to base address.c
33_Pointers and Array-an array name is pointer to base address.c
34_Pointers- Dynamic memory allocation part 1.c
34_Pointers- Dynamic memory allocation part 1.c
35_Pointers-Dynamic memory allocation part 2.c
35_Pointers-Dynamic memory allocation part 2.c
36_Functions- operations using function add, substract, multply, devide.c
36_Functions- operations using function add, substract, multply, devide.c
37_Functions- Factorial of the number.c
37_Functions- Factorial of the number.c
38_Functions-Simple interest.c
38_Functions-Simple interest.c
39_Function-Void function reverse the order of the function.c
39_Function-Void function reverse the order of the function.c
39_Function-Void function reverse the order of the function.cpp
39_Function-Void function reverse the order of the function.cpp
40_Function-Void functon to print the ASCII value.c
40_Function-Void functon to print the ASCII value.c
41_Functions-Void function temperature example.c
41_Functions-Void function temperature example.c
42_Functions-Number is divisible 6 or not.c
42_Functions-Number is divisible 6 or not.c
43_Functions-function with char data type-Number is divisible by 6 or not.c
43_Functions-function with char data type-Number is divisible by 6 or not.c
44_Functions-Scope of variables-Local Variables.c
44_Functions-Scope of variables-Local Variables.c
44_Functions-Scope of variables.c
44_Functions-Scope of variables.c
45_Function-Scope of variables 2.c
45_Function-Scope of variables 2.c
45_Function-Scope of variables-Local Variables 2.c
45_Function-Scope of variables-Local Variables 2.c
46_Functions-Globle variables.c
46_Functions-Globle variables.c
47_Functions-Globle variables 2.c
47_Functions-Globle variables 2.c
48_Functions-Precedence of local variables.c
48_Functions-Precedence of local variables.c
49_Functions-How to Access the globle variables.c
49_Functions-How to Access the globle variables.c
50_Functions-Biggest number between 3 numbers.c
50_Functions-Biggest number between 3 numbers.c
51_Functions-Example-Globle variable and void function.c
51_Functions-Example-Globle variable and void function.c
52_Functions-Working of call by value.c
52_Functions-Working of call by value.c
53_Functions-WorkingOfCallByReference.c
53_Functions-WorkingOfCallByReference.c
54_Function-Incomplete------.cpp
54_Function-Incomplete------.cpp
54_Function-VoidFunction-CallByReferenceExample.cpp
54_Function-VoidFunction-CallByReferenceExample.cpp
55_Function-PassingAnArrayToAFuncrion.c
55_Function-PassingAnArrayToAFuncrion.c
56_Function-Example2-PassingAnArrayToFunction.c
56_Function-Example2-PassingAnArrayToFunction.c
56_Structures-Example1.c
56_Structures-Example1.c
57_Structures-Example1,byAssigningValues.c
57_Structures-Example1,byAssigningValues.c
58_Structures-MultipleStructures.c
58_Structures-MultipleStructures.c
59_Structures-PointerToStructure.c
59_Structures-PointerToStructure.c
60_Structures-ArrayOfStructures.c
60_Structures-ArrayOfStructures.c
61_Structures-PassingAStructureToAFunctionUsingCallByReference.c
61_Structures-PassingAStructureToAFunctionUsingCallByReference.c
62_Structures-Ex2PassingAStructureToAFunction.c
62_Structures-Ex2PassingAStructureToAFunction.c
64_Stack-ArrayRepresentaionStack.c
64_Stack-ArrayRepresentaionStack.c
65_Linked_List-CreationAndPrintingOfNewNode.c
65_Linked_List-CreationAndPrintingOfNewNode.c
66_Linked_List-InsertingANewNodeInTheBiginning.c
66_Linked_List-InsertingANewNodeInTheBiginning.c
67_Linked_List-SearchAElementInTheLinkedList.cpp
67_Linked_List-SearchAElementInTheLinkedList.cpp
68_LinkedList-CodeChallenge.c
68_LinkedList-CodeChallenge.c
69_LinkedList_CodeChallenge-WriteAProgramThatDeleteTheNodeOfLinearLinkedListWithANegativeValue.c
69_LinkedList_CodeChallenge-WriteAProgramThatDeleteTheNodeOfLinearLinkedListWithANegativeValue.c
70_LinkedList-CreationAndTraversalOfALinkedList.c
70_LinkedList-CreationAndTraversalOfALinkedList.c
71_LinkedList-InsertingANewNodeInTheBegginingOfTheCircularLinkedList.c
71_LinkedList-InsertingANewNodeInTheBegginingOfTheCircularLinkedList.c
72_LinkedList-InsertANewNodeAfterAGivenNode.c
72_LinkedList-InsertANewNodeAfterAGivenNode.c
73_LinkedList-CodeChallenge.c
73_LinkedList-CodeChallenge.c
74_LinkedList-ProgramToDeleteAPerticularNodeInTheCircularLinkedList.c
74_LinkedList-ProgramToDeleteAPerticularNodeInTheCircularLinkedList.c
75_LinkedList-CodeChallengeDeletionOfNode.c
75_LinkedList-CodeChallengeDeletionOfNode.c
README.md
README.md
View all files
Repository files navigation
README
More
items
C
This is my github repository, where I practised and coded all the programmes in C.
About
This is my github repository, where I practised and coded all the programmes in C.
Topics
basic-algorithms
basic-data-structures
c-programming-language
programming-fundamentals
Resources
Readme
Activity
Stars
1
star
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.