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
Accelerator
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 }}
Garimajunejaa
/
c
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
C program to create, initialize, assign and access a pointer variable..txt
C program to create, initialize, assign and access a pointer variable..txt
C program to demonstrate example of double pointer (pointer to pointer) - Copy - Copy (2).txt
C program to demonstrate example of double pointer (pointer to pointer) - Copy - Copy (2).txt
C program to swap two numbers using pointers.txt
C program to swap two numbers using pointers.txt
Find maximum of three numbers.txt
Find maximum of three numbers.txt
Find minimum of three numbers.txt
Find minimum of three numbers.txt
Find minimum of two numbers.txt
Find minimum of two numbers.txt
Online Election Voting System.cpp
Online Election Voting System.cpp
Print the table of a number given by user(n) using for loop.txt
Print the table of a number given by user(n) using for loop.txt
Program using functions to check Whether a Number can be Expressed as Sum of Two Prime Numbers - Copy - Copy.txt
Program using functions to check Whether a Number can be Expressed as Sum of Two Prime Numbers - Copy - Copy.txt
Program_to_print_E_by_pressing_$.txt
Program_to_print_E_by_pressing_$.txt
Program_to_show_division_of_student_as_per_their_percentage.txt
Program_to_show_division_of_student_as_per_their_percentage.txt
To insert an element in the array at specified position.txt
To insert an element in the array at specified position.txt
To_find_sum_of_individual_digits_of_a_positive_integer_and_test_given_number_is_palindrome - Copy - Copy.txt
To_find_sum_of_individual_digits_of_a_positive_integer_and_test_given_number_is_palindrome - Copy - Copy.txt
WAP to calculate the sum of every third integer, beginning with i=2 ( i.e. calculate the sum 2+5+8+11+………) for all values of i less than 100. - Copy - Copy.txt
WAP to calculate the sum of every third integer, beginning with i=2 ( i.e. calculate the sum 2+5+8+11+………) for all values of i less than 100. - Copy - Copy.txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expens - Copy (2).txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expens - Copy (2).txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expens - Copy.txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expens - Copy.txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expense.txt
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a program to calculate the total expense.txt
Write a program to check whether a letter is alphabet or not.txt
Write a program to check whether a letter is alphabet or not.txt
Write a program to check whether a number is divisible by 5 and 11 or not.txt
Write a program to check whether a number is divisible by 5 and 11 or not.txt
Write a program to check whether a number is even or odd.txt
Write a program to check whether a number is even or odd.txt
Write a program to check whether a year is leap year or not - Copy.txt
Write a program to check whether a year is leap year or not - Copy.txt
Write a program to input any alphabet and check whether it is vowel or consonant.txt
Write a program to input any alphabet and check whether it is vowel or consonant.txt
Write a program to print even numbers from 10 to 2 using for loop.txt
Write a program to print even numbers from 10 to 2 using for loop.txt
Write a program to print numbers from 5 to 1 using for loop - Copy.txt
Write a program to print numbers from 5 to 1 using for loop - Copy.txt
Write two functions “area” and “perimeter” that computes area and perimeter of a triangle given the three sides. Write a main program that calls these two functions as per the choice of the user.txt
Write two functions “area” and “perimeter” that computes area and perimeter of a triangle given the three sides. Write a main program that calls these two functions as per the choice of the user.txt
a program to check whether a triangle is valid or not.txt
a program to check whether a triangle is valid or not.txt
calculate_volume_of_sphere.txt
calculate_volume_of_sphere.txt
calculate_volume_of_sphere_values_being_entered_by_user.txt
calculate_volume_of_sphere_values_being_entered_by_user.txt
datatypes_and_format_specifiers.txt
datatypes_and_format_specifiers.txt
factorial_of_nmbr_entered_by_user.txt
factorial_of_nmbr_entered_by_user.txt
find if a given number is positive, negative or zero.txt
find if a given number is positive, negative or zero.txt
merge_the_elements_of_two_sorted_arrays.txt
merge_the_elements_of_two_sorted_arrays.txt
minimun_and_maximum_range_of_datatypes.txt
minimun_and_maximum_range_of_datatypes.txt
print_address_of_variables.txt
print_address_of_variables.txt
print_the_pattern_1234_123_12_1.txt
print_the_pattern_1234_123_12_1.txt
print_the_pattern_1_12_123_1234.txt
print_the_pattern_1_12_123_1234.txt
print_values_of_i_and_j.txt
print_values_of_i_and_j.txt
program to check whether number is prime or not.txt
program to check whether number is prime or not.txt
program to convert a positive integer quantity to a roman numeral.txt
program to convert a positive integer quantity to a roman numeral.txt
program to input salary of 10 employees of a company and also find and print the max and min salary.txt
program to input salary of 10 employees of a company and also find and print the max and min salary.txt
program to read the age and display whether the candidate is eligible to vote or not - Copy.txt
program to read the age and display whether the candidate is eligible to vote or not - Copy.txt
program to test the concept of post-decrement.txt
program to test the concept of post-decrement.txt
program to test the concept of post-increment.txt
program to test the concept of post-increment.txt
program to test the concept of pre-decrement.txt
program to test the concept of pre-decrement.txt
program to test the concept of pre-increment - Copy.txt
program to test the concept of pre-increment - Copy.txt
program towrite four functions “add”, “Sub”, “mul” and “div” and use them to implement a calculator - Copy.txt
program towrite four functions “add”, “Sub”, “mul” and “div” and use them to implement a calculator - Copy.txt
program_to_add_numbers_until_user_enters_zero - Copy.txt
program_to_add_numbers_until_user_enters_zero - Copy.txt
program_to_change_lines - Copy.txt
program_to_change_lines - Copy.txt
program_to_check_whether_letter_entered_is_capital_small_digit_or_a_special_symbol - Copy.txt
program_to_check_whether_letter_entered_is_capital_small_digit_or_a_special_symbol - Copy.txt
program_to_check_whether_number_is_positive_natural_number - Copy.txt
program_to_check_whether_number_is_positive_natural_number - Copy.txt
program_to_convert_1000_meter_per_hour_to_miles_per_hour. - Copy.txt
program_to_convert_1000_meter_per_hour_to_miles_per_hour. - Copy.txt
program_to_display_grade_of_a_student_out_of_5_subjects - Copy.txt
program_to_display_grade_of_a_student_out_of_5_subjects - Copy.txt
program_to_find_largest_no_in_array - Copy.txt
program_to_find_largest_no_in_array - Copy.txt
program_to_find_roots_of_quadratic_equations.txt
program_to_find_roots_of_quadratic_equations.txt
program_to_find_transpose_of_matrix.txt
program_to_find_transpose_of_matrix.txt
program_to_make_a_simple_calculator.txt
program_to_make_a_simple_calculator.txt
program_to_print_55555_4444_333_22_1.txt
program_to_print_55555_4444_333_22_1.txt
program_to_print_5678_678_78_8.txt
program_to_print_5678_678_78_8.txt
program_to_print_even_and_odd_numbers_from_an_array.txt
program_to_print_even_and_odd_numbers_from_an_array.txt
program_to_print_hello_world.txt
program_to_print_hello_world.txt
View all files
About
No description, website, or topics provided.
Activity
Stars
0
stars
Watchers
1
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.