#74🖥🖲C Pattern program🖥C Language Tutorial👨‍🏫📂📓#shorts #cprogramming

preview_player
Показать описание
Title:- #74🖥🖲Pattern printing program🖥 C Language Tutorial👨‍🏫📂📓#shorts #coding #cprogramming
__________________________________________________

main( ) 👇🏼👇🏼
A main is a predefined keyword or function in C. It is the first function of every C program that is responsible for starting the execution and termination of the program. It is a special function that always starts executing code from the 'main' having 'int' or 'void' as return data type. In other words, a main() function is an entry point of the programming code to start its execution.

#include👇🏼👇🏼
The #include is a preprocessor directive used to paste code of given file into current file. It is used include system-defined and user-defined header files. If included file is not found, compiler renders error.
By the use of #include directive, we provide information to the preprocessor where to look for the header files.

stdio.h👇🏼👇🏼
It is a header file or library for Standard Input and Output as it shows by name std(Standard)-i(input)-o(output). The function printf, Scanf, gets, puts etc will not work and will not be able to provide any input to program or get output from the program. Better way to understand any header file is to remove the header file and execute the program and then see what are the errors you are getting.

printf() function is used for output. It prints the given statement to the console

scanf() function is used for taking input from the ⌨️keyboard(user).

%d is a format specifier. It tells the print() function to print an integer value. If we want to print a string %s will be used. Like this for character %c, and for float %f will be used.
\n is a new line character used for moving the curser at new line.

#coding #cod #programming_languages
#programming_in_c #programming_projects #c_language #c_programming #C_coding
#codinglife #codingisfun #coding_is_thinking #codinginterview #coding_for_beginners #coding_solutions #coding_programs

Topic covered:-
c language tutorial for beginners
c language programming for beginners
how to learn basic of c language
basic of c language
c language tutorial
c language tutorial in hindi
programming through c
programming in c language
program to print pattern
pattern printing program
program to print a pattern using c language
variable in c language
what is printf() function
what is scanf() function
why we use samycolon ; at the end of line
what is \n
for loop
while loop
do while loop
what is for loop
what is while loop
what is do while loop
for loop in c
while loop in c
do while loop in c
what is for loop in c
what is while loop in c
what is do while loop in c

#shorts
#youtubeshorts
#coding
#programming
#cprogramming
#codecode
#coding_craze
Рекомендации по теме