C Programming Tutorial for Beginners

preview_player
Показать описание
C Programming Tutorial for Beginners | Chapter 1
Video Contents

Introduction: 00:00:00
Installation of C Software : 00:00:10
Introduction to Printf: 00:02:18
Program for Addition of two Numbers: 00:15:30
Program for Area of a Circle: 00:21:28
Pseudocode and Algorithm: 00:26:04
Basic theory of C Programming: 00:30:27
Header Files and Instruction: 00:40:16
Program for Area and Perimeter of Rectangle: 00:46:57

This tutorial is designed to introduce you to the fundamentals of C programming. It assumes that you have some basic knowledge of programming concepts and is suitable for both beginners and experienced programmers looking to learn C.

Theory Content at below link :

Pseudo code (Addition of two numbers)
Take variables say no1, no2 and sum
Read values into no1, no2
Add the numbers no1, no2 to sum
Display the result present in sum

Algorithm (Addition of two numbers)
START
no1 =0 , no2 = 0, sum = 0
READ no1,no2
sum = no1+no2
WRITE “Sum is “,sum
STOP

Follow us :
For more query contact us : 8806601050

#cprogramming
#cprogrammingbasics
#programminglanguage
#cprogramminginhindi
Рекомендации по теме
visit shbcf.ru