I used to struggle alot on how to print multiplication table. But now i find it very easy. Now i clearly understand how to do it at anytime. Thanks very much mam. You are here to brighten our future
@harshvardhantandon82783 жыл бұрын
for printing the output like this 2x1=2 we will write like that printf ("%d X %d=%d", number , i , a);
@spiritualitystatus2 жыл бұрын
harsh vardhan from vns
@honeyneelam22542 жыл бұрын
You can't use X u want to use *
@pariveshsolasa48782 жыл бұрын
@@honeyneelam2254 we can use x i think because it is printf statement
@dipeshgiri97772 жыл бұрын
Use
@tusharchourase22222 жыл бұрын
@@honeyneelam2254 bro you can use anything because it is in "printf" statement
@sanketdisale72652 жыл бұрын
11:16 we replace printf("%d",num*i) by printf(" %d X %d = %d ",num,i,num*i);
@divyanshtripathi61303 жыл бұрын
Explanation is too easy jenny Mam ,Thanks a lot...
@devendrabaraskar56553 жыл бұрын
Amazing way of teaching
@Npanywayme3 жыл бұрын
I Like the consistency .UR CONSISTENCY IS Amazing ♥️♥️
@cricket_addicted_guys2 жыл бұрын
Thank you mam... I am really greatfull to you... Actually I have fear about programming.... and during this pandemic situation I don't get what they said in online classes... But I can understand your lectures... I am really greatful to you... Thank you mam
@PT-vv7et3 жыл бұрын
Mam please start making project in C as soon as possible
@chemistrylovers9to123 жыл бұрын
Yes mam please make a project
@venkatreddylakkireddy33143 жыл бұрын
Lots of love towards your lectures mam🙏
@rachit1165 ай бұрын
Maam your teaching way is amazing.
@kramanjineyulu9552Ай бұрын
mam your explanation is very good i understand everything .thank you so much mam.
@veercreation91113 жыл бұрын
Love you mam♥️♥️ u are doing great job
@AzizAlbaloushi Жыл бұрын
i really love you jenny ( amazing instructor ) , i laughed so much at 7.22 🤣
@zumemooha65043 жыл бұрын
Mama Khairati you are best teacher
@vaibhavkumbhar71763 жыл бұрын
printf("%d*%d=%d ",num,i,a); This is the proper way for getting output like 2*1=2 2*2=4... And so on..
@Bharu_tulsi3 жыл бұрын
Crt
@susmithakondepudi89863 жыл бұрын
👍
@srinivasallani48593 жыл бұрын
Yes this is correct way
@walkwithme_P623 жыл бұрын
Yes correct 👍
@raghubirprasadtharu12483 жыл бұрын
u r wrong .
@mahindramahi1321 Жыл бұрын
For the output we write ("%d*%d=%d",number,i,a); in the printf function of the for loop.
@devSackey Жыл бұрын
there is a mistake with position of the semi-colon
@mahindramahi1321 Жыл бұрын
@@devSackey thanks for telling bro
@devSackey Жыл бұрын
@@mahindramahi1321 you are welcome bro
@elavarasan_r1543 жыл бұрын
Printf("%d×%d=%d",i,number,a); Output like this: 1×2=2
@ssr95893 жыл бұрын
You need to put a after the last %d, otherwise it will print like this 2*1=22*2=42*3=6
@virendrasoni50124 ай бұрын
@@ssr9589 Nice and corrected very true...!
@bharatho83823 жыл бұрын
Mam, Is this Correct?.. printf("%d * %d = %d",number,i,a);
@PT-vv7et3 жыл бұрын
No
@bhaswatibehera89853 жыл бұрын
Correct I also did this
@manikantachodipilli53713 жыл бұрын
yes i did its correct
@GovindKumar-jl5ob3 жыл бұрын
Use
@nagnathsomanwar66742 жыл бұрын
@@bhaswatibehera8985 ok I will check
@tronriot3 жыл бұрын
Hello Ma'am , can you explain a proper idea about GATE exam and it's preparation as per subject requirements
@Eswarsai99 Жыл бұрын
Please give me instructions far gate please senior
@sajanbrother3 жыл бұрын
Love you ❤️❤️mam🙏🏻🙏🏻🙏🏻🙏🏻
@VITS-L-ny6jm2 жыл бұрын
you make programming easy tqqqq soooo much mam
@VishalVishal-dx1fh8 ай бұрын
For loop❌ 4 loop✔️
@SakshiNalwar3 жыл бұрын
Very well explained for loop.Mam please make video on nested for loop.
@murgan43072 жыл бұрын
If we want in column wise the add the printf statement with New line syntax Printf(" ");
@bharadwaj1133 жыл бұрын
1st like and view madam
@adarshbhutada22503 жыл бұрын
Instead of printf("%d", a) ; Need to print- printf("%d ", number*i=a)
@herteert299 Жыл бұрын
nop you will have an error
@herteert299 Жыл бұрын
printf("%d x %d = %d ", num, i ,a);
@melthabah11583 жыл бұрын
printf(" num %d X I %d = mul %d ", num,I,mul); n thank you mam
@theguides90023 жыл бұрын
Thanks mam it is very helpful for me
@DCSShahidImam3 жыл бұрын
Thanks a lot mam,god bless u a heaven
@harshitrawat97032 жыл бұрын
mam apke coding lectures se maine ias clear clear kr dia or ab m school m peon ka kaam krra hu thanku mam lots of luv ❣💘
@lucifermorningstar73912 жыл бұрын
Congratulations peon bhaiya🤗
@harshitrawat97032 жыл бұрын
@@lucifermorningstar7391 are rakesh bhaiya tum yaha kya bakchodia pel rahe ho jake apna kaam kro school m latrin saaf kro ...kaha yaha kamchori kree ho ..apni fanti k chuchee dabao
@igldude14463 жыл бұрын
its simple printf("%d x %d=%d ",n,i,a); it means (number*i=a)
@tithighosh21693 жыл бұрын
Ma'am please upload videos of c++
@balaram29612 жыл бұрын
Please make a vedio on substraction table...🙏🏻🙏🏻🙏🏻
@chaithuchaithu5686 Жыл бұрын
Mam tqsm 👍👍👍
@vinodhemsworth93793 жыл бұрын
#include #include int main() { int num,i,product; printf("Enter a number whose multiplication table is to be calculated: "); scanf("%d", &num); printf("Multiplication table of %d is: ",num); //now using for loop for a product table for (i=1;i
@venkatkrishna10342 жыл бұрын
Guys this is wrong
@GaganSingh-zz9el2 жыл бұрын
@@venkatkrishna1034 it's correct dude , run it in the compiler, you will get the answer.
@Solukus-com2 жыл бұрын
@@venkatkrishna1034 No it's not wrong, it works perfectly. I ran it in my mobile app with minor adjustments and it worked perfectly. ( I get an error in mobile whenever I run conio.h and get ch() so I eliminate them) the result is the same. #include //#include int main() { int num,i,product; printf("Enter a number: "); scanf("%d",&num); printf("Multiplication of table "); for(i=1;i
@singingpassion1112 жыл бұрын
thanks
@rahulgautam-mw6uy3 жыл бұрын
Love you so much meri jan mama..❤️❤️❤️❤️❤️❤️😘😘😘
@malluraja1731 Жыл бұрын
loved this lecture
@VIVEKGUPTA-fh6nb3 жыл бұрын
Mam i have a confusion in r b tree Mam a s you told that nul node will be there when there will be no left or right child then how can u make a nul node at time 24:40 in r b tree introduction video. Mam please reply
@saqib_7203 жыл бұрын
Mam, make a video on prime number program in c language please..
@rushikeshsanap1981 Жыл бұрын
Thank you jayanti ma'am
@zayynyy2 жыл бұрын
If We Want To Repeat the Whole Action in Do While In Case: Do You Want to Run Again, How We Will Implement this using Do While loop in c Program.
@upsquadgamingyt61102 жыл бұрын
I am understand thx a lot 😀😀😀🙏🙏🙏
@priyankanilugal69303 жыл бұрын
mam in int u can use 3 variable so in scanf we use %d 3 time why u can use %d as only 1 time?
@ashutoshchoudhary80513 жыл бұрын
Thanx mam🙏🏻
@ssr95893 жыл бұрын
printf("The numbers are %d*%d=%d ", number, i, a) ; That's all
@KeerthiGovindasu Жыл бұрын
thank you maam
@angelriu37683 жыл бұрын
#include #include int main() { Int number=2,i; for(i=1; i
@vrengineers24622 жыл бұрын
Well done
@angelriu37682 жыл бұрын
@@vrengineers2462 thank you 😊
@adhbutharajuchintha76353 жыл бұрын
Thank you soooooooooo much ma'am, keep it up
@geetamahant3696 Жыл бұрын
Thank you so much mam 😘
@harshinikadha3506 Жыл бұрын
Thank you so much mam
@chinweokwugiftchiedozie1587 Жыл бұрын
int i, num = 2, sum; for (i = 1; i
@akshaykhare44413 жыл бұрын
Great efforts 👍
@mohammedminhaj250 Жыл бұрын
assignment int main(void) { int num,i,a; setbuf(stdout,NULL); printf("enter a number"); scanf("%d",&num); for(i=1;i
@prernaarora27463 жыл бұрын
Thank you so muchhhhhh
@HarshChoudhary-xj4um2 жыл бұрын
For(i=n;i
@nookalareshwanth4985 Жыл бұрын
Lovely
@georgevincent93 Жыл бұрын
mam can you please do a video series on embedded c. Thank you so much for your classes
@tajveed-ul-quran10763 жыл бұрын
mam your multiply sign is incorrect i hope that multiply the number in computer language we use * this symbol otherwise your lecture is very grateful
@premraj14563 жыл бұрын
Everything I understand for loop thanks❤❤❤ mam
@againdeepVlog2 жыл бұрын
Nice 👍👍👍
@isaacl.quelemine8775 Жыл бұрын
The proper way is: printf("%d X %d = %d ",number,i,a);
@mathsbyaman78242 жыл бұрын
For loop ke baad semi colon nahi lagega kya mam ?
@madhuvajjarala97233 жыл бұрын
Super mam
@manveersingh923 жыл бұрын
Mam aap Java ke bhi video upload kare
@BscKmajhi Жыл бұрын
Helpful
@jibriljafar3695 Жыл бұрын
Plz am new here and am currently running a program that requires a progmming skills. Plz how can you help me out? I also want you to write a function that changes lower case letters to upper case using arrays and pointers.thanks
@bhoomi14923 жыл бұрын
nice one
@PMuhammadWaseel2 жыл бұрын
aoa mam in the last of the vedio you said more programes likes patterns etc i will be show you on IDE . can you plz can me liink for that IDE . thank you
@paavaneep66452 жыл бұрын
but i'm getting output as 22 🤔😔 help me out...
@ranjitasd8969 Жыл бұрын
Mam ,if I want to multiply greater than 10 number then the condition how it change
@RajGupta-pd4ux3 жыл бұрын
Java ke bhi video upload krdo
@shivanya-ws6iw2 жыл бұрын
Atlast printf("%d *%d =%d",number,i,a); If we give like this we can get that output
@itsamazing32232 жыл бұрын
You are right
@WHITE_DEVIL-0803 жыл бұрын
Mam won't you start your private class ???
@devil_shot56092 жыл бұрын
Printf("%d*%d=%d",number,I,a); Is it right mam
@rohansiddhu3571 Жыл бұрын
yup
@m.ganeshprabu1071 Жыл бұрын
#include int main() { int i,j,ans; printf("enter a number "); scanf("%d",&j); for(i>=1;i
@001aariffarooqbhat73 жыл бұрын
Maam is this correct..🙏 printf("%d ",number*i==a);
@phaniyadav49143 жыл бұрын
lovely jenny
@janukoratana97372 жыл бұрын
Mam how to write a logic to a program
@kavyajchoudhary88853 жыл бұрын
Ma'am how long will this series continue
@cricket_addicted_guys2 жыл бұрын
#include #include int main() { int number, I, a; printf("enter a number"); scanf("%d",&number); for(I=1;I
@rohitkanchi28372 жыл бұрын
Thanks
@amarlad6414 Жыл бұрын
Thanks a lot my friend.
@cleverarrrrrrrrrno9313 Жыл бұрын
#include void main() { int product,j,integer; printf("Enter one integer:"); scanf("%d",&integer); for(j=1;j
@kokiladevi83353 жыл бұрын
mam i need more explanation in c programming function
@najeerbasha5528 Жыл бұрын
Hello medam the table programming line 2*1=2; printf("%d * %d = %d", number, i, a)
@Santhoshpinku2 жыл бұрын
four loop do we have three loop also
@PalyamYashwanthsaiАй бұрын
These is the answer madam, printf("%dx%d=%d ",number,i,a);
@isaac-victorshonowo1838 Жыл бұрын
Immediately you told me to think of the output I wanna get before I started coding, I went to my notepad and wrote the whole code in reverse (from the output all the way back to the declaration of variables). My program can handle any multiplication table. #include int main(void) { int num1, num2; printf("Enter a number for the table you wish to generate: "); scanf("%d", &num1); printf("Table %d: ", num1); for (num2 = 1; num2
@madhumalipremarathna30383 жыл бұрын
11:15 printf("%d * %d = %d" , number, i, a) ;
@venugopalala7 ай бұрын
Source code for printing table of a number : #include void main() { int i,j; printf("which table you want: "); scanf("%d",&i); printf(" %d table is: ",i); for(j=1;j
@continnum_radhe-radhe2 жыл бұрын
🔥🔥🔥
@sumitkhursange26733 жыл бұрын
Mam notes 📝 please 🙏....
@herteert299 Жыл бұрын
The printf should be like that : printf("%d x %d = %d ", num, i ,a);
@andemprudhvidharreddy41973 жыл бұрын
program to print 2 table #include int main() { int i,j; for(i=2,j=1;i
@satpalraiofficial2 жыл бұрын
You are gorgeous 😍
@shriharimohole32922 жыл бұрын
How to read program and run program in our MIND....???
@isaac-victorshonowo1838 Жыл бұрын
So I finally went ahead to write a program that allows the user input the desired table number to be generated and the limit of which the table can run. #include int main(void) { int ans, num1, num2, num_limit; printf("Enter a number for the table you wanna generate followed by space and a number to determine where the table should end: "); scanf("%d %d", &num1, &num_limit); printf("Table %d: ", num1); for (num2 = 1; num2
@Mr._official0073 жыл бұрын
6:52 why a=number * i can we also write number * I =a
@bhosleakash______96k813 жыл бұрын
❤️❤️
@varunmanwatkar54023 жыл бұрын
actually no need of \t , i just put it over here for better look
@MolletiSaiRevanth3 ай бұрын
I am from ap
@vanshikagarg7586 Жыл бұрын
Mam my output is not coming of writeing a name many times