Skip to content
View ramya-148's full-sized avatar
😊
😊

Block or report ramya-148

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. C-Language C-Language Public

    C

  2. ramya-148 ramya-148 Public

    Config files for my GitHub profile.

  3. dynamically-memory-allocation dynamically-memory-allocation Public

    #include<stdio.h> #include<stdlib.h> struct course { char subject[30]; int marks; }; int main() { struct course*ptr; int i,noofrecords; clrscr(); printf("enter noofrecords"); scanf("%d",&noofrecord…