Skip to player
Skip to main content
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
Learn Programming Technique C to Master Skills - Explanation of First Program of C Language in Flowchart
Tutorials Arena
Follow
1 year ago
Category
š
Learning
Transcript
Display full video transcript
00:00
Hello everyone, this is Sandeep. Today I'm going to start the first program of C and
00:11
I'm going to make this program in flowchart. I'm going to start with the sequence construct
00:22
and I'm going to make the program of simple interest. First I will explain the program
00:29
in flowchart then I'm going to implement the same program in C. So to calculate the
00:37
simple interest I have to take the variables. So these are the variables s for the simple
00:42
interest, p for principle, r for rate of interest, t is for time. So when I declare this variable
00:52
at the run time when the program will run at that time these memory locations that is
01:02
s, p, r, and t. These sub locations are going to allocate or we can say are going to create
01:11
inside the random access memory. So random access memory is a bigger location within
01:18
which these four locations are going to allocate. Then I have defined the value, I have defined
01:26
the value of p that is 1000, I have defined the value of t for time that is 3, for the
01:32
rate of interest I have taken r and I have defined that is what 2. So I have initialized
01:36
the value of p, r, t. So these are the values which are there inside p, r, and t. So I have
01:46
initialized the value. Now I have applied the formula so the calculation work will take
01:51
place and the resultant value is going to store inside s. So the resultant value is
01:57
inside s. Then I have used what print s. So the resultant value which is there inside
02:05
this sub location or we can say inside the memory location that is going to print on
02:14
the screen. We will get the result. So whenever I will run this program, I will get the same
02:22
result as I have initialized the value of p, t, and r. In the next video, I am going
02:31
to implement this program in C. I am going to make the same program in C. Thanks for
02:39
today.
Be the first to comment
Add your comment
Recommended
7:20
|
Up next
Learn Programming Technique C to Master Skills - Explanation of First Program of C Language in Code - Blocks
Tutorials Arena
1 year ago
2:11
Learn Programming Technique C to Master Skills - Explanation of Second Program in Flowchart
Tutorials Arena
1 year ago
5:14
Learn Programming Technique C to Master Skills - Single If Statement Program Explanation
Tutorials Arena
1 year ago
4:14
Learn Programming Technique C to Master Skills - Explanation of Second Program
Tutorials Arena
1 year ago
8:08
Learn Programming Technique C to MasterĀ Skills - First Program of Function
Tutorials Arena
1 year ago
5:21
Learn.Programming Technique C to Master Skills - Introduction of C Language
Tutorials Arena
1 year ago
3:51
Learn Programming Technique C to Master Skills - First Program of Loop (Flowchart)
Tutorials Arena
1 year ago
12:06
Learn Programming Technique C to Master Skills - Continuous If Statement Program
Tutorials Arena
1 year ago
4:57
Learn Programming Technique C to Master Skills - Loop With If Statement Program ( Flow Chart )
Tutorials Arena
1 year ago
4:54
Learn Programming Technique C to Master Skills - Single If Statement Program (Flow Chart)
Tutorials Arena
1 year ago
3:52
Learn Programming Technique C to Master Skills - Second Program of Loop (Flow Chart)
Tutorials Arena
1 year ago
8:07
Learn Programming Technique C to Master Skills - Loop with if Statement Second Program
Tutorials Arena
1 year ago
3:27
Learn Programming Technique C to Master Skills - Third Program of Loop ( Flow Chart)
Tutorials Arena
1 year ago
7:56
Learn Programming Technique C to Master Skills - Nested If Statement Program
Tutorials Arena
1 year ago
2:58
Learn Programming Technique C to Master Skills - Nested If Statement Program (Flow Chart)
Tutorials Arena
1 year ago
8:18
Learn Programming Technique C to Master Skills - Loop Within Loop Program Explanation in Flow chart
Tutorials Arena
1 year ago
4:55
Learn Programming Technique C to Master SkillsCharacter String Second Program (Flowchart)
Tutorials Arena
1 year ago
4:01
Learn Programming Technique C to Master Skills - Fourth Program of Loop ( Flow Chart )
Tutorials Arena
1 year ago
12:25
Learn Programming Technique C to Master Skills - Call By Reference Program
Tutorials Arena
1 year ago
9:20
Learn Programming Technique C to Master Skills - Union Program
Tutorials Arena
1 year ago
7:16
Learn Programming Technique C to Master SkillsCharacter String First Program
Tutorials Arena
1 year ago
11:41
Learn Programming Technique C to Master Skills - Second Program of Array
Tutorials Arena
1 year ago
10:56
Learn Programming Technique C to Master Skills - Loop With If Statement Program
Tutorials Arena
1 year ago
9:09
Learn Programming Technique C to Master Skills - Second Program( Call by Reference)
Tutorials Arena
1 year ago
8:45
Learn Programming Technique C to Master Skills - Explanation of Pointer - I
Tutorials Arena
1 year ago
Be the first to comment