C_22 Common Errors done by Beginners while writing Programs | C programming tutorials

preview_player
Показать описание

*******************************************

Connect & Contact Me:

*********************************************

More Playlists:

#cprogramming #jennyslectures #programming #clanguage
Рекомендации по теме
Комментарии
Автор

Mam, Today My Data Structure Teacher applauded you for your work
And told us that You are the Man of The match for One day Match before exam between students and lengthy Syllabus

PrateekMishra.
Автор

Mam I am a faculty member at a Pakistani university and I must say that your teaching style is do visit Pakistan some day. You will be my of love from across the border

sarmadjadoon
Автор

One suggestion write programs on computer, coding is building logic and practice not memorizing steps or syntax.

rudrashiva
Автор

Mam i had serched many c tutorials but ur vodeos helped me alot to gain a lot of knowladge

ManoharYadav-ypcr
Автор

dear mam thank you will be very less for your videos, praying for all happiness n success to u n to ur family, i m benefited a lot by your videos, you are an excellent teacher

shrur
Автор

one mistake may be space in scanf function after and before the formate specifier like scanf("%d " , xyz );

omprakashbhakar
Автор

Ma'am please upload videos of pointers, structure, union, enum, files handling, command line argument of c

tithighosh
Автор

what is difference between compile time errors, run time errors, logical error, syntax error

kdhanush
Автор

Thank you so much mam, really very interesting in simple way and simple eng..

NK-ntiu
Автор

I kindly Request . To Pls Make Videos on Python As soon as possible mam ❤️ . Because we are Addicted to u 🙏☺️

shacks
Автор

Video starts from 2:28 . Just for help .

AvtarSingh-rjjz
Автор

Thanks for the in-depth teaching, it is very helpful for me

gayathrisabbella
Автор

Learn all programming language just clearing first all fundamentals and then take project and apply fundamentals which you had learned

kailashprajapat
Автор

*YOU DIDN'T TELL THIS* - In this program <conio.h> is used for clrscr() and getch() functions, but what is the use of this library, that you didn't explain. This program can run with only <stdio.h> only and the statement return 0; is also needed.

debojitacharjee
Автор

what is the difference between int main() and void main() and use of return 0? please tell

chamarthykoushik
Автор

Ma'am you're lectures are grait

hikund
Автор

1.Mistakes : for(i=1, i<10, i++);
Correction:for(i=1;i<10;++)
2.Mistake:while(n!=0);
Correction: while(n!=0)

Mr_ll_o_ll
Автор

☆Thank u so♥︎ much mam, this video makes me aa wonder 🤗🙂

RameshRamesh-zzeh
Автор

yah that studio thing happened with me and i was behind it for hours but couldnt figure out immediately what exactly has gone wrong....will remember it hard way

MechMonty
Автор

Common mistake : clrscr() should be used after declaration and it should be in small letters

gmramkumar