Skip to content
View pooja210603's full-sized avatar
😎
Focusing
😎
Focusing
Block or Report

Block or report pooja210603

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Stack-using-Array Stack-using-Array Public

    This 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

  2. Reversing-a-string Reversing-a-string Public

    In this program we reverse a string that is stored in a character array by using a for loop.

    C

  3. Introduction-to-Array Introduction-to-Array Public

    This program accepts user input and stores it in an array and calculates the average and sum of the input.

    C

  4. Structure-datatype Structure-datatype Public

    A 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

  5. Queue-using-Array Queue-using-Array Public

    This 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

  6. Bitwise_Operations Bitwise_Operations Public

    Use of Bitwise Operators for variours operations .

    C