Popular repositories Loading
-
Stack-using-Array
Stack-using-Array PublicThis program is implementation of Stack using Array Operations . A Stack is a linear data structure that follows the LIFO (Last-In-First-Out) principle. Stack has only one end.
C
-
Reversing-a-string
Reversing-a-string PublicIn this program we reverse a string that is stored in a character array by using a for loop.
C
-
Introduction-to-Array
Introduction-to-Array PublicThis program accepts user input and stores it in an array and calculates the average and sum of the input.
C
-
Structure-datatype
Structure-datatype PublicA structured type is a user-defined data type containing one or more named attributes, each of which has a data type. In this program we practise using structure datatype.
C
-
Queue-using-Array
Queue-using-Array PublicThis program is implementation of Queue using Array Operations . The queue is the linear data structure that works on the principle of FIFO( First In First Out).
C
-
If the problem persists, check the GitHub status page or contact support.