jhonjhon'in duvarı

Bu duvara yazı göndermek için lütfen giriş yapınız veya kayıt olunuz.
https://docs.vultr.com/clang/examples/store-information-name-roll-and-marks-of-a-student-using-structure


structure program in c for student details Here is a simple C program to store and display student details using a structure
#include <stdio.h>

// Define a structure for student details
struct Student {
    char name[50];
    int rollNumber;
    float marks;
1 Nisan 2025 jhonjhon tarafından

Kategoriler


1,507,190 soru

24,602,793 cevap

363,679 kullanıcı

...