Programming in C
Programming in C
Programming in C
C PROGRAMMING
➔ Cirtification
I did my digital training from
Hartron centre in C programming
➔ Work experience
The work space was good and our
teacher was polite. He explained all
Concepts very neatly.
I completed my training
from Hartron
centre,Rishi nagar,
Hisar.
It was a great experience
there.Teachers were also
very friendly.
WORKSPACE
1. In my training I learned alot about C
programming,its uses ,it's importance as a base
language
2. It was a great experience learning C . I also came to
learn about logical building and many more .
3. I also created a project on
Simple calculator in c
It is a simple
calculator using c
language -
I have used switch
statement to do
it.and tried to keep
it simple .
OUTPUT
So, in the output we can see
that
There are 4 options , 1
stand for addition,2 for
subtraction and so on. After
that we will ask the user for
values and it will perform
calculation, that were
supposed to do.
Introduction to C
C is a general-purpose programming
language that's still popular today,
despite being created in 1972. It's a
fundamental language in computer
science and is known for its efficiency,
portability, and flexibility.
While Loop
The while loop loops through a
block of code as long as a specified
condition is true
Source: theguardian.com
The Do/While Loop
The do/while loop is
a variant of the
while loop. This loop
will execute the
code block once,
before checking if
the condition is
true, then it will
Source: travel.trade.gov
repeat the loop as
Conclusion
In summary, we have
explored C programming .
These insights highlight the
importance of logic building
. Moving forward, it’s
essential to [suggest next
steps or actions]. Thank you
for your attention, and I
look forward to any
questions or discussions.