#4 C Programming Shorts| Coding c | Addition of two number | C programming examples | Teach Techno



#4 C Programming Shorts| Coding c | Addition of two number | C programming examples | Teach Techno

#4 C Programming Shorts| Coding c | Addition of two number | C programming examples | Teach Techno

c program : Two number of input for Addition.
Now follow this video…
____________________________________________
About C:
The C language is developed by Dennis Richie in 1972 at the “Bell Laboratories” for creating system application that directly interact with the hardware devices.C is the most widely used computer language.
____________________________________________
Why to learn C programming :
C programming language is a must for student and working professionals to become a great software engineer specially when they are working in software development domain. I will list down some of the key advantage of learning C program ming:

Easy to learn
structured language
It products efficient programs
it can be handle low-level activities
it can be compiled on a variety of computer platforms.
____________________________________________
Fact about C:

C was invented to write an operating system called Unix.

C is a successor of B language which was introduced around the early 1970s.

the language was formalised in 1988 by the American National standard institute (ANSI).

The unique OS was totally written in C

Today C is the most widely used and popular system programming language.
____________________________________________
Semicolons:

In a C program, the semicolon is a statement
terminator. That is, each individual statement must be
ended with a semicolon. It indicates the end of one
logical entity.
____________________________________________
Identifiers:

AC identifier is a name used to identify a variable,
function, or any other user-defined item. An identifier
starts with a letter A to Z, a to z, or an underscore
followed by zero or more letters, underscores, and
digits (0 to 9).
C does not allow punctuation characters
Such as @, S, and % within identifiers. C is
a case-sensitive programming language.
Thus, Manpower and manpower are two differents
____________________________________________
Keywords:
The following list shows the reserved words in C.
These reserved words may not be used as constants or variables or any other identifier names.

else
switch break
auto
long
typedef case
register
extern
enum
float
short
union char
return
unsigned const
for
void
signed
volatile default
continue
sizeof
goto
if
while do
static
intstruct
double

____________________________________________
printf() and scanf() in C :

The printf() and scanf() functions are used for input
and output in C language. Both functions are inbuilt
library functions, defined in stdio.h (header file)
____________________________________________
printf() function:

The printf()function is used for output. It prints the
given statement to the console.
The syntax of printf() function is given below:
printf(“format string”,argument_list);
The format string can be %d (integer), %c (character),
%s (string), %f (float) etc.
____________________________________________
Scanf() function:

The scanf() function is used for input. It reads the
input data from the console.
Scanf(“format string”,argument_list);
____________________________________________
Topic will cover :

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
____________________________________________
Topic Covered:
1.Basic structure (print “star”)
2.Basic structure (12345)
3.How to make Analog Clock.
4.Use two input for Addition Number.

_______________#____________#______________

#shorts
#c programming shorts
#C programming examples
#teach_techno
#c_programming_language
#c_program
#c_programming
#c_language
#coding
#programming
#programme
#tutorial
#bengali_tutorial
#learn_c_and_c++
#analog_watch
#addition_of_two_number
#cprogramminginhindi
#cprogrammingtutorialforbeginners
#cprogrammingtutorial

Comments are closed.