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 }}
Shanthosh13
/
Cpp-program
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
97 Commits
97 Commits
Folders and files
Name
Name
Last commit message
Last commit date
Create a class named Player with the following member variables
Create a class named Player with the following member variables
Create a class named Venue with the following member variables
Create a class named Venue with the following member variables
A lower triangular matrix is a square matrix in which all the elements above the diagonal are zero. That is, all the non-zero elements are in the lower triangle. Write a C program to find whether a given matrix is a lower triangular matrix or not.
A lower triangular matrix is a square matrix in which all the elements above the diagonal are zero. That is, all the non-zero elements are in the lower triangle. Write a C program to find whether a given matrix is a lower triangular matrix or not.
A magic square is an arrangement of numbers (usually integers) in a square grid, where the numbers in each row, and in each column, and the numbers in the forward and backward main diagonals, all add up to the same number.
A magic square is an arrangement of numbers (usually integers) in a square grid, where the numbers in each row, and in each column, and the numbers in the forward and backward main diagonals, all add up to the same number.
A symmetric matrix is a square matrix that is equal to its transpose. Write a C program to find whether a given matrix is a square matrix or not.
A symmetric matrix is a square matrix that is equal to its transpose. Write a C program to find whether a given matrix is a square matrix or not.
Abundant number
Abundant number
An upper triangular matrix is a square matrix in which all the elements below the diagonal are zero. That is, all the non-zero elements are in the upper triangle. Write a C program to find whether a given matrix is an upper triangular matrix or not.
An upper triangular matrix is a square matrix in which all the elements below the diagonal are zero. That is, all the non-zero elements are in the upper triangle. Write a C program to find whether a given matrix is an upper triangular matrix or not.
Bike road selection algorithm
Bike road selection algorithm
Boat Stable
Boat Stable
Create Write a C program to find the greatest among the three given numbers. INPUT FORMAT: Input consists of 3 integers
Create Write a C program to find the greatest among the three given numbers. INPUT FORMAT: Input consists of 3 integers
Delete At End & At Begining in Singly Linked list
Delete At End & At Begining in Singly Linked list
Dept Repay
Dept Repay
Diagonal Matrix. A square matrix which has zeros everywhere other than the main diagonal. Entries on the main diagonal may be any number, including 0.
Diagonal Matrix. A square matrix which has zeros everywhere other than the main diagonal. Entries on the main diagonal may be any number, including 0.
Doubly linked list- fullest code
Doubly linked list- fullest code
Electricity bills
Electricity bills
Friendly Pair or not.
Friendly Pair or not.
If she uses one chalk each day, in how many days will she use the given n number of chalks?
If she uses one chalk each day, in how many days will she use the given n number of chalks?
Insert At Begnining Singly Linked
Insert At Begnining Singly Linked
Insert At End in Singly Linked list
Insert At End in Singly Linked list
Janu is very interested in mathematics and she loves to solve math puzzles daily. Her friend knows that and she asks her to find out what an automorphic number is and to implement that concept using C programming. But since Janu is not good at programming, you need to help her implement this concept. An automorphic number is a number whose square ends with the number itself. For example, 5 is an automorphic number as 5*5 =25. The last digit is 5 which is the same as the given number. It has only positive single digit numbers. If the number is not valid, it should display "Invalid input". If it is an automorphic number display “Automorphic Number” else display “Not Automorphic Number”. INPUT FORMAT: Input consists of 1 integer.
Janu is very interested in mathematics and she loves to solve math puzzles daily. Her friend knows that and she asks her to find out what an automorphic number is and to implement that concept using C programming. But since Janu is not good at programming, you need to help her implement this concept. An automorphic number is a number whose square ends with the number itself. For example, 5 is an automorphic number as 5*5 =25. The last digit is 5 which is the same as the given number. It has only positive single digit numbers. If the number is not valid, it should display "Invalid input". If it is an automorphic number display “Automorphic Number” else display “Not Automorphic Number”. INPUT FORMAT: Input consists of 1 integer.
N pattern
N pattern
Queue using Arrays
Queue using Arrays
Queue using Linkedlist
Queue using Linkedlist
Sports day Celebration
Sports day Celebration
The Chronicles of Narnia
The Chronicles of Narnia
The misers discount
The misers discount
The newspaper Agency
The newspaper Agency
To Check Automorphic or not
To Check Automorphic or not
Uniformity matrix is a matrix in which all the elements in the matrix are either completely even or completely odd. Write a C program to find whether a given matrix is a uniformity matrix or not.
Uniformity matrix is a matrix in which all the elements in the matrix are either completely even or completely odd. Write a C program to find whether a given matrix is a uniformity matrix or not.
Write a function to find the factorial of a given number.
Write a function to find the factorial of a given number.
Write a program to add two dollars and cents.
Write a program to add two dollars and cents.
Write a program to find the maximum element in each column of the matrix.
Write a program to find the maximum element in each column of the matrix.
Write a program to find the multiplication tables of a given number.
Write a program to find the multiplication tables of a given number.
Write a program to find the sum and average of even and odd numbers from the given number list.
Write a program to find the sum and average of even and odd numbers from the given number list.
Write a program to find the sum of the elements in the matrix.
Write a program to find the sum of the elements in the matrix.
Write a program to find whether the given number is a Fibonacci number.
Write a program to find whether the given number is a Fibonacci number.
Write a program to find whether the given number is a Harshad number or not
Write a program to find whether the given number is a Harshad number or not
Write a program to generate the following pattern. SAMPLE INPUT: 3 SAMPLE OUTPUT: 1 131 13531
Write a program to generate the following pattern. SAMPLE INPUT: 3 SAMPLE OUTPUT: 1 131 13531
Write a program to generate the following series 7, 5, 8, 6, 9…. Constraints: NA Example: Sample Input: 5 Sample Output: 7 5 8 6 9
Write a program to generate the following series 7, 5, 8, 6, 9…. Constraints: NA Example: Sample Input: 5 Sample Output: 7 5 8 6 9
Write a program to generate the following series 0, 2, 6, 12, 20…
Write a program to generate the following series 0, 2, 6, 12, 20…
Write a program to generate the following series 0, 3, 8, 15, 24….
Write a program to generate the following series 0, 3, 8, 15, 24….
Write a program to generate the following series 1, 2, 3, 5, 8….
Write a program to generate the following series 1, 2, 3, 5, 8….
Write a program to generate the following series 1, 4, 27, 256….
Write a program to generate the following series 1, 4, 27, 256….
Write a program to generate the following series 10, 5, 60, 15, 110….
Write a program to generate the following series 10, 5, 60, 15, 110….
Write a program to generate the following series 101, 103, 107, 109….
Write a program to generate the following series 101, 103, 107, 109….
Write a program to generate the following series 2, 4, 7, 12, 21…..
Write a program to generate the following series 2, 4, 7, 12, 21…..
Write a program to generate the following series 6, 9, 14, 21, 30….
Write a program to generate the following series 6, 9, 14, 21, 30….
Write a C program to change the given string to lowercase without using string library functions.
Write a C program to change the given string to lowercase without using string library functions.
Write a C program to change the given string to uppercase without using string library functions.
Write a C program to change the given string to uppercase without using string library functions.
Write a C program to count the number of vowels in the given string
Write a C program to count the number of vowels in the given string
Write a C program to find the greatest among the given two numbers. INPUT FORMAT: Input consist of 2 integers
Write a C program to find the greatest among the given two numbers. INPUT FORMAT: Input consist of 2 integers
Write a C program to find whether the given number is positive or negative. INPUT FORMAT: Input consists of 1 integer
Write a C program to find whether the given number is positive or negative. INPUT FORMAT: Input consists of 1 integer
Write a C program to find whether the given string is a palindrome or not without using string library functions.
Write a C program to find whether the given string is a palindrome or not without using string library functions.
Write a C program to find whether the given two strings are the same or not using string library functions.
Write a C program to find whether the given two strings are the same or not using string library functions.
Write a C program to perform arithmetic operations such as addition, subtraction, multiplication, modulo division and division. INPUT & OUTPUT FORMAT: Input consists of two integers Output consist of integers
Write a C program to perform arithmetic operations such as addition, subtraction, multiplication, modulo division and division. INPUT & OUTPUT FORMAT: Input consists of two integers Output consist of integers
Write a function to find the maximum element in an array. INPUT FORMAT: Input consists of 1 integer and 1 array. Integer corresponds to the size of the array. Constraints: FUNCTIONAL REQUIREMENTS: int maximum(int, int *); Example: SAMPLE INPUT: 5 1 2 33 4 5 SAMPLE OUTPUT: 33
Write a function to find the maximum element in an array. INPUT FORMAT: Input consists of 1 integer and 1 array. Integer corresponds to the size of the array. Constraints: FUNCTIONAL REQUIREMENTS: int maximum(int, int *); Example: SAMPLE INPUT: 5 1 2 33 4 5 SAMPLE OUTPUT: 33
Write a function to find the type of array as whether it is even, odd or mixed. If all the elements of an array are even, then display the array type as even. If all the elements of an array are odd, then display the array type as odd. If an array has both even and odd elements, then display the array type as mixed. If the function returns '1', then print 'Even'. If the function returns '2', then print 'Odd', otherwise print 'Mixed'.
Write a function to find the type of array as whether it is even, odd or mixed. If all the elements of an array are even, then display the array type as even. If all the elements of an array are odd, then display the array type as odd. If an array has both even and odd elements, then display the array type as mixed. If the function returns '1', then print 'Even'. If the function returns '2', then print 'Odd', otherwise print 'Mixed'.
Write a program to create a singly linked list and display its elements.
Write a program to create a singly linked list and display its elements.
Write a program to find the maximum element in each row of the matrix.
Write a program to find the maximum element in each row of the matrix.
Write a program to find whether the given number is an Amstrong number or not. For example, 371 is an Armstrong number since 3^3+ 7^3 + 1^3 = 371.
Write a program to find whether the given number is an Amstrong number or not. For example, 371 is an Armstrong number since 3^3+ 7^3 + 1^3 = 371.
Write a program to generate the first n terms in the series 121,225,361,...
Write a program to generate the first n terms in the series 121,225,361,...
Write a program to generate the following pattern. SAMPLE INPUT: 3 SAMPLE OUTPUT: * *1* *121* *12321* *121* *1* * Constraints: NA Example: NA Explanation: NA Public Test Cases: # Input Expected Output 1 3 * *1* *121* *12321* *121* *1* * 2 5 * *1* *121* *12321* *1234321* *123454321* *1234321* *12321* *121* *1* *
Write a program to generate the following pattern. SAMPLE INPUT: 3 SAMPLE OUTPUT: * *1* *121* *12321* *121* *1* * Constraints: NA Example: NA Explanation: NA Public Test Cases: # Input Expected Output 1 3 * *1* *121* *12321* *121* *1* * 2 5 * *1* *121* *12321* *1234321* *123454321* *1234321* *12321* *121* *1* *
X pattern
X pattern
You're building a simple password checker. Given a string (like a password or input), your task is to count:
You're building a simple password checker. Given a string (like a password or input), your task is to count:
Z pattern
Z pattern
[] pattern
[] pattern
array transpose
array transpose
crown pattern
crown pattern
diamond pattern
diamond pattern
dll- insert:(beg, end) delete: (beg, end) display, reverse
dll- insert:(beg, end) delete: (beg, end) display, reverse
find the concatenation of the given two strings using string library functions.
find the concatenation of the given two strings using string library functions.
find the length of the given string
find the length of the given string
find the maximum element in an array.
find the maximum element in an array.
find the reverse of the given string without using string library functions.
find the reverse of the given string without using string library functions.
find the total number of handshakes made by the students.
find the total number of handshakes made by the students.
full triangle pattern
full triangle pattern
he sum of the given numbers.
he sum of the given numbers.
identify upper or lower or number or symbol
identify upper or lower or number or symbol
left 90 triangle pattern
left 90 triangle pattern
right triangle 90 pattern
right triangle 90 pattern
stack using Linked list
stack using Linked list
stack using array
stack using array
sum of number range
sum of number range
the coordinates of the 2 places (x1,y1) and (x2,y2), write a function to find the location of d'Artagnan.
the coordinates of the 2 places (x1,y1) and (x2,y2), write a function to find the location of d'Artagnan.
the sum of the given numbers. The values must be scanned until the user enters -1 as value.
the sum of the given numbers. The values must be scanned until the user enters -1 as value.
upper left 90 triangle pattern
upper left 90 triangle pattern
write a function to find the total number of handshakes made by the students using (With return and Without Argument method).
write a function to find the total number of handshakes made by the students using (With return and Without Argument method).
writing a program to find the exact length of the rope and the exact quantity of carpet that is required? Input format: Input consists of 2 integers. The first integer corresponds to the length of the ground and the second integer corresponds to the breadth of the ground. Output Format:
writing a program to find the exact length of the rope and the exact quantity of carpet that is required? Input format: Input consists of 2 integers. The first integer corresponds to the length of the ground and the second integer corresponds to the breadth of the ground. Output Format:
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
You can’t perform that action at this time.