MAKING STUDENT MARK SHEET IN C-LANGUAGE||USING DEV C++

Опубликовано: 14 Май 2026
на канале: Fasih Tahir
1,865
22

This video teaches you how to make a mark sheet in C language. For example, we can ask for marks obtained by students in different subjects. This can be useful for students to know about their overall performance.

THERE ARE SOME DETAILS OF USING ATTRIBUTES....

What is C programming?
C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications.

#include:
is a statement which tells the compiler to insert the contents of stdio at that particular place.

printf :
This function is used to print the character, string, float, integer, octal and hexadecimal values onto the output screen

scanf:
This function is used to read a character, string, numeric data from keyboard.

\t :
refers to one tab horizontal space.

~-~~-~~~-~~-~
Please watch: "CENTER LOGO ROTATING NAVIGATION BAR IN HTML AND CSS."
   • CENTER LOGO ROTATING NAVIGATION BAR IN HTM...  
~-~~-~~~-~~-~