c program to store and display student record using structure | learn coding

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024

ความคิดเห็น • 66

  • @rahulmajumder9093
    @rahulmajumder9093 9 หลายเดือนก่อน +19

    Today is my exam after 3 hours

    • @sahils-vl6vs
      @sahils-vl6vs 5 หลายเดือนก่อน +2

      Main tomorrow

    • @Dominator9811
      @Dominator9811 5 หลายเดือนก่อน +2

      My exam is tomorrow too 😅😅

    • @customstrokes
      @customstrokes 5 หลายเดือนก่อน

      can relate to you now

  • @shovakhadka-9725
    @shovakhadka-9725 ปีที่แล้ว +3

    Using structure to ask the info of any 12 student will rollno.,name,mark score in sub 1 ,sub2 ,sub3 . Also display them in proper formate along with calculation of total & percentage .( Full mark of each student is 100). Plz sir solve it exam will be coming near

    • @LearnCodingOfficial
      @LearnCodingOfficial  ปีที่แล้ว +1

      Please create a array for 12 students inside structure. 🤗

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว +1

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

    • @computer5548
      @computer5548 3 ปีที่แล้ว

      th-cam.com/video/QfuzVtQjvtg/w-d-xo.html

  • @vaibhavgupta777
    @vaibhavgupta777 5 หลายเดือนก่อน +1

    Thank You Sir So So Much

  • @happycatshappylife539
    @happycatshappylife539 2 ปีที่แล้ว +1

    Thank you

  • @bhaijanakash5044
    @bhaijanakash5044 ปีที่แล้ว +1

    TQ

  • @mahigaming3948
    @mahigaming3948 3 ปีที่แล้ว +1

    Sir mujhe c++ ka full course ka vdo chahiye ,plz sir upload kijiye ,mera exam aane waala h ,plz sir ,jaisa aapne c ka vdo bnaye the ,plz sir

  • @happy_girls
    @happy_girls 2 ปีที่แล้ว +1

    Sir,
    isvale program mai Avg ko for loop k bahar liksakte hai kya?????😀😅😅

    • @keshavkattel
      @keshavkattel ปีที่แล้ว +1

      Infact you should write this avg outside loop. This program is correct but not optimized. The value of avg variable is changing in every iteration which makes no difference in our program but only decreasing its performance.

  • @xavier7877
    @xavier7877 3 ปีที่แล้ว +1

    Sir make QandA Video!

  • @Indiangamer-qr4so
    @Indiangamer-qr4so 3 หลายเดือนก่อน

    Magar 2 number struct karna ho toh kaise karein?

  • @nehakumarikushwaha1866
    @nehakumarikushwaha1866 3 ปีที่แล้ว +2

    Very useful video 👌

  • @Ashishkumar-bs4uw
    @Ashishkumar-bs4uw 7 หลายเดือนก่อน

    Array ka use kese karte hai ?
    Kyuki mujhe sabke liy variable declare karna pad rha hai.
    Please reply

    • @LearnCodingOfficial
      @LearnCodingOfficial  7 หลายเดือนก่อน

      Aap hmara array wala video dekhiye.... topic name with learn Coding search krke😊

    • @Ashishkumar-bs4uw
      @Ashishkumar-bs4uw 7 หลายเดือนก่อน

      @@LearnCodingOfficial coding app ka use kar rha hu usme nhi ho rha hai

  • @prafullstatus8994
    @prafullstatus8994 2 ปีที่แล้ว +1

    WHY am I using '"struct Stu" why can I not use "int main()"

    • @sivabalan7614
      @sivabalan7614 2 ปีที่แล้ว

      To define a structure, use the struct statement. It defines a new data type, with more than one member, for your program.

  • @rakshithar9041
    @rakshithar9041 ปีที่แล้ว

    Structure using array 5 names how to do it....?

    • @LearnCodingOfficial
      @LearnCodingOfficial  ปีที่แล้ว

      Structure using arrays 👇
      th-cam.com/video/LlD30_D-jc4/w-d-xo.html

  • @oneday7789
    @oneday7789 ปีที่แล้ว

    Bro you will use & in scanf for getting string value 😁

  • @becaboardofeducationcontro9104
    @becaboardofeducationcontro9104 3 ปีที่แล้ว +2

    Sir plz linux or unix command pa video bna da plz

  • @ganicreations8762
    @ganicreations8762 3 ปีที่แล้ว +2

    Bro explain in telugu

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว +8

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @chinmayamj5615
    @chinmayamj5615 ปีที่แล้ว +5

    Thank you so much for this precious clarity🙏

  • @saishvartak9873
    @saishvartak9873 ปีที่แล้ว +6

    write a c program to calculate sum of elements of given array using pointer

    • @pranavkrishna6375
      @pranavkrishna6375 ปีที่แล้ว +5

      int main() {
      int n;
      printf("Enter the number of elements: ");
      scanf("%d", &n);
      int arr[n];
      printf("Enter %d elements:
      ", n);
      for (int i = 0; i < n; i++) {
      scanf("%d", &arr[i]);
      }
      int sum = 0;
      int *ptr = &arr[0];
      for (int i = 0; i < n; i++) {
      sum += *ptr;
      ptr++;
      }
      printf("Sum of elements: %d
      ", sum);
      return 0;
      }

  • @excellentherculesthunder3364
    @excellentherculesthunder3364 4 หลายเดือนก่อน +1

    Mine is after 1hour

  • @siddharthandres9435
    @siddharthandres9435 ปีที่แล้ว +1

    Please start speaking in English

  • @memevel
    @memevel 3 ปีที่แล้ว +2

    Sounds like Khan sir's class

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @DISAbhijitBehera
    @DISAbhijitBehera 3 ปีที่แล้ว +1

    Bhai me apke sath personally bat karna chata hu

  • @mathematicsboy272
    @mathematicsboy272 3 ปีที่แล้ว +2

    Nice

  • @gafoornoufel8100
    @gafoornoufel8100 ปีที่แล้ว +1

    Very good bro🙏🙏🙏

  • @mehdinouira3540
    @mehdinouira3540 2 ปีที่แล้ว +1

    helpful my dear, thank you

  • @anamshaikh5860
    @anamshaikh5860 6 หลายเดือนก่อน

    Please tell how to display student record in descending order of percentage

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @harshtiwari5962
    @harshtiwari5962 3 ปีที่แล้ว

    Brother please
    C language me
    Sorting ke program bana kr samjhao
    Bubble sort
    Selction sort
    Insertion sort
    Merge sort
    Aapne bs algorithm tk btya pr samjh ni aaya
    Program bnao bro

  • @Fitbrahman7
    @Fitbrahman7 2 ปีที่แล้ว

    Sir mera 5 subject put nhi ho rha h random value already stored h kya kre bar bar yahi aa rha h

  • @ashwin1107
    @ashwin1107 ปีที่แล้ว

    Is this student rank program

  • @Abhi102_
    @Abhi102_ 2 ปีที่แล้ว

    Sir total aur avrage sahi nhi aa rha mere me

  • @ishwardayalgarg8097
    @ishwardayalgarg8097 ปีที่แล้ว

    Wrong

  • @music_jag....
    @music_jag.... 3 ปีที่แล้ว

    i understand

  • @difinreel
    @difinreel ปีที่แล้ว

    Which software are you using for programming c.

  • @silvemishra8517
    @silvemishra8517 2 ปีที่แล้ว

    Does is their any difference between s.mark[i] and s[i].mark ??? - doubt

    • @unique_ruler_memes3003
      @unique_ruler_memes3003 2 ปีที่แล้ว

      yes ..if you write s.marks [i] there will be storing maks of i subjects..and if you write s[i].marks it is the method to assigning marks to i number of students..

  • @avih5366
    @avih5366 2 ปีที่แล้ว +1

    Useful video 🙂💖

  • @vedantjadhav6155
    @vedantjadhav6155 2 ปีที่แล้ว

    Nice explanation

  • @SonuKumar-zv7er
    @SonuKumar-zv7er 3 ปีที่แล้ว

    Yah kaun sa software hai..
    Please make a video for download and install this software

    • @LearnCodingOfficial
      @LearnCodingOfficial  3 ปีที่แล้ว +1

      Dev c++ Download 👇👇👇
      th-cam.com/video/jbSEFYl7flc/w-d-xo.html