scanf in C Telugu | c programming | Program 5

preview_player
Показать описание
please Like and Subscribe

Visual Studio Code Setup for C/C++

Hello Friends,

In this video you will learn about scanf( ) in C (Explanation is in Telugu Language).
If you have any doubts please let me know in the Comments.

Here is the video about Data Types, Variables and Format Specifiers :

Here is the video about \n (Next Line) :

If you are interested to learn more C programs, please Subscribe to my Channel.

I am also creating videos on MS PowerPoint in Telugu. If you are interested to learn MS PowerPoint, please click on the below link :

I am also creating videos on Number Systems.
Binary, Decimal, Octal, Hexadecimal Conversions in Telugu. If you are interested to learn, please click on the below link :

And More Software Courses (Coming Soon..)

If you are interested in Software field, please keep in touch with me by clicking on the Subscribe Button.

Thank You for your Love and Support.

Best Wishes,
Pratap Reddy.

C Programs List :

1st C Program : print "Hello World" with complete program explanation (in Telugu)

2nd C Program : How to print output in Next Line (in Telugu)

3rd C Program : Comments in C Programming Language (in Telugu)

4th C Program : Data Types, Variables and Format Specifiers in C (in Telugu)

5th C Program : scanf( ) in C (in Telugu)

6th C Program : print Square of a Number in C (in Telugu)

7th C Program : Assignment Operator in C (in Telugu)

8th C Program : Add, Subtract, Multiply and Divide 2 numbers in C (in Telugu)

9th C Program : Operator Precedence in C (in Telugu)
3 + 3 x 3 - 3 / 3 What is the output?

10th C Program : Area and Perimeter of a Rectangle in C (in Telugu)

11th C Program : find Simple Interest in C (in Telugu)

12th C Program : Area and Perimeter of a Circle in C (in Telugu)

13th C Program : getch in C (in Telugu)

14th C Program : Difference between %d and %i in C (in Telugu)

15th C Program : Convert ASCII value to Character and Character to ASCII value in C (in Telugu)

16th C Program : floor( ) ceil( ) and round( ) in C (in Telugu)

17th C Program : Swap 2 Numbers (using 3rd variable) in C (in Telugu)

18th C Program : Swap 2 Numbers (WITHOUT using 3rd variable) in C (in Telugu)

19th C Program : if in C Programming Language (in Telugu)

20th C Program : if else in C Programming Language (in Telugu)

scanf,
scanf( ),
scanf in C,
scanf in C in Telugu,
C programs,
C Programs in Telugu,
C Tutorials,
C Tutorials in Telugu,
Take input from user,
Take input from user in C,
Take input from user in C in Telugu,
Telugu Soft,
Pratap Reddy

#C
#scanf_in_C
#scanf_in_C_in_Telugu
#how_to_take_values_from_user_in_C
#how_to_take_values_from_user_in_C_Programming
#HowToTakeValuesFromUserInC
#HowToTakeValuesFromUserInCProgramming
#scanfInC
#ScanfInCInTelugu
#TeluguSoft
#C_Language_in_Telugu
#C_Programs_in_Telugu
#C_in_Telugu
#C_Language_Tutorials_for_beginners
#C_Language_Tutorials_for_beginners_in_Telugu
#C_Programs
#C_Tutorials
#C_Tutorials_in_Telugu
#C_Programming_Language
#C_Programming_Language_in_Telugu
#C_Programming
#C_Programming_in_Telugu
#Learn_C
#Learn_C_in_Telugu
#C_Programming_full_course
#Programming
Рекомендации по теме
Комментарии
Автор

Sir next class videos ala chudali without membership please reply (classes are really need now)👍

devilqueen
Автор

Your explanation is very clear and super sir thanks for your knowledge sharing 👍👍👍

SharathChandracharyBairoju
Автор

Oka video ni chala hours chudali ante interest radhu kani meru chala takkuva time video ni pettaru and meru chala clarity ga cheptunnaru thanks anna

putakalaragaharshitha
Автор

Hlo sir me videos Manchiga ardam avuthunai👍 C language 5 videos chusa but now disappointed next video's membership ke vasthunai (i felt very happy for your good explanation and giving knowledge for free ani but very disappointed 😔)

devilqueen
Автор

C program rayadaniki oka manchi C app ni chepadamdi

singleprasad
Автор

Sir nenu coding c app ni vaduthunna Naku e programme execute chesthunte out put thapu vasthundi

SyammanoharChitla
Автор

Super explanation sir
Alane Possible avuthe C Language pdf kuda provide cheyandi Sir please sir

mounikaboya
Автор

Anna phone loo enter option anedhi ledhu .nenu vade software online c compiler adhi out put loo value istham kaani a lo print kaavatledhu please naa nuvve dhaniki solution cheppali 😢😢

deepakogili
Автор

sir scan f float datatype use chesina program out put vochinde but numbers enter chase napudu a=25 correct ga vosthondhe kane vosthonthonde a number enter chasina

hemanthvinaykumar
Автор

Hello Sir, Can you please provide the video on types of instructions in C. Thank you sir.

balrajmuddula
Автор

Bro mundu printf rasi taruvata scanf raykudadha

vvrambabu
Автор

Int a ;
float n;
scanf("%d%f", &a, &n) ;
Ila okesari int float save cheskochu kadha anna

saiyadav
Автор

printf("a=%d", a); it was no need kada bro

purushothamsannapa
Автор

Bro four letters varaku vastundi kani fifth letter nunchi code ravadam ledu bro

rltgaming
Автор

Anna what if we don't give ampresand

d_mike
Автор

#include <stdio.h>
#include <stdlib.h>

int main()
{
int a, b, c;
printf("Enter any num: ");
scanf("%d %d", &a, &b);
c = a + b;
printf("\na = %d, b = %d is c = %d\n", a, b, c);
}

tkworldallinone
Автор

#include <stdio.h>
#include <stdlib.h>

int main()
{
int a, b, c;
char d, e, f;

printf("Enter two numbers:\n");
scanf(" %d %d", &a, &b);

printf("\n and \nEnter three alphabet letters for variable name:\n");
scanf(" %c %c", &d, &e, &f);

c = a + b;
printf("\n%c = %d and %c = %d is %c = %d \n", d, a, e, b, f, c);
}

tkworldallinone
Автор

#include <stdio.h>
#include <stdlib.h>

int main()
{
char name[20];
printf("Enter your name:\n");
scanf("%s", &name);

printf("Hi %s welcome to the Telugu Soft \n", name);
}

tkworldallinone
welcome to shbcf.ru