Popular repositories Loading
-
-
-
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…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.