Timestamps: 3:51:45 Header Files 4:16:28 Conditional Statements 4:54:40 for loop 5:27:27 Arrays 6:33:48 while loop 6:51:20 do while 6:57:45 switch case 7:46:00 Programs- Fibonacci,factorial, power of a num 8:28:40 strings(glimpse) 8:31:00 Multidimensional Arrays 8:46:50 addition of 2 matrices 09:07:00 Star patterns,09:16:00,09:22:00,09:53:00,09:56:00 10:00:25 LCM HCF,10:20:00 10:39:00 Armstrong Number Program , 11:05:50 (while loop) 11:25:50 = print armstrong nos from 1 to 1000 11:32:20 WAP to find the sum of digits 11:38:51 WAP to reverse a number 11:44:53 11:55:00 Palindrome number 11:59:50 Ascii 12:32:19 Structures 13:20:00 pre post increment decrement 13:31:04 Strings 13:59:32 intro of strings 13:35:00 Reverse a String 13:48:40 Palindrome String 13:56:00 14:12:00 Length of String using predefined function 14:14:00 Length of String without using predefined function 14:19:00 String Functions 14:34:30 Ascii codes of general terms 14:43:50 Recursion 14:56:25 Factorial using Recursion 15:12:00 WAP to find the power of a no. using Recursion 15:17:51 Dynamic Memory Allocation
40:06 First Day 1:00:03. Second Day 1:08:00 fourth.c 1:29:00 CB first 1:45:00 1:51:00 scanf 1:58:00 sum of two numbers 2:11:00 Area of circle 2:14:00 area of rectengle 2:18:00 function 2:32:00 sum of 2 number 2:43:00 Enter Two numbers 3:45:00 Header file topics 3:55:00 Header file creation 4:16:00 Condition statement 4:30:00 if else code 4:36:00 Code 4:41:00 odd even program 4:50:00 For Loop 5:15:00 for of for programe 5:22:00 second important programe 5:46:00 code 6:04:00 Total subject sum program 6:10:00 percentage program 6:28:00 Table program 6:40 while loop 6:55:00 do while loop 7:01:00 swicth case 7:23:00 switch case program 7:29:00 switch case calling value 7:52:00 febonicc sires 8:03:00 factorial 8:26:00 array 8:40:00 3*4 ka matrix creation 8:50:00 sum of 2 matrix 9:02:00 advance matrix 9:15:00 star pattern 9:28:00 star pattern 3rd program 9:36:00 4th program 9:57:00 H.W solution 10:02:00 lcm & hcf (gcd) code 10:24:00 LCM 10:30:00 HCF 10:36:00 AMSTRONG NUMBER 10:50:00 10:08:00 last
39:50 FIRST PROGRAM 😍 2:18:30 FUNCTION 3:51:54 HEADER FILES 4:16:45 CONDITIONAL STATEMENTS 4:55:02 LOOP & (ARRAY BASIC) 6:57:48 SWITCH CASE 7:44:56 LOGICAL PROGRAM 8:25:57 ARRAY 9:07:10 STAR PATTERN
Friends in my opinion may be it might be boring for first two to three hours but after that you will feel that sir teaches every topics in very good way and easily you can understand each and every topics. ☺️😌
11:03:15 ARMSTRONG NUMBER (3 digit) ----> Koushal Jha #include #include void main () { int n, i , a, b, c, temp; printf("Enter a number : "); scanf("%d", &n); a = n % 10; temp = n / 10; b = temp % 10; c = temp /10; int d = pow(a,3) + pow(b,3) + pow(c,3); if( d == n) printf("It is an ARMSTRONG number"); else printf("It is not an ARMSTRONG number"); getchar(); }
Sir me aapka video 8 hours tak dekh chuka hun aur ab mujhme jo confidence ki kami thi wo mujhe kahi najar nahi aa rahi hai thank you so much sir . Infact mere jo Dost jinhone class lagayi hai unko me explain karta hun jaha tak mujhe aata he wo hamesha mujhe punchte hai bhai kaha se sikh raha hai isliye maine is video ki link hamare sab groups me bhi bhej di hai thank you so much sir❤
Sir Jee: I appreciate your devotion and commitment for teaching this class. Today 9:18:58, you don't look well, like suffering from cold and flu, as you are wiping your face and eyes look dull; but you are teaching with the same energy and dediction. I hope and pray that you feel better. You are a great gift to humanity. Thank you Sir. Best regards for you.
I learned python from your UA-cam vedio sir, very easy way you teach, I am noon technical but your way of teaching is very attractive, now I want to start C language from this vedio, Being Muslim I would like to pray for you, May Allah accept your efforts and give you more strength. Amin Thanks a lot for your free content
Timestamps: 12:00:00 to 20:00:00 11:59:50 Ascii 12:32:19 Structures 13:20:00 pre post increment decrement 13:31:04 Strings 13:59:32 intro of strings 13:35:00 Reverse a String 13:48:40 Palindrome String 13:56:00 14:12:00 Length of String using predefined function 14:14:00 Length of String without using predefined function 14:19:00 String Functions 14:34:30 Ascii codes of general terms 14:43:50 Recursion 14:56:25 Factorial using Recursion 15:12:00 WAP to find the power of a no. using Recursion 15:17:51 Dynamic Memory Allocation
8:25:31 // Power void main() { int b, p, i, result = 1; printf("Enter base : "); scanf("%d", &b); printf("Enter Power : "); scanf("%d", &p); for( i = 1; i
Sir, till date I have not understood the function here even in the paid batch, but after watching your video, now I have understood. Thank you sir.💗💗🥰💝
Sir manine 10-10 ghante ki kai video dekhi lekin mujhe thoda thoda samjh me aata aur mera bahot samay kharab hua hai mai aapki video isliye nahi dekhta tha kyoki aapki video 20 ghante ki hai lekin har maankar mujhe aapki video dekhni padi aur mujhe aisa laga ki aap se achha koi nahi pada sakta aapko bahut bahut dhanyawad ❤❤❤❤❤
8:18:52 Sir jee I want to make a correction here. You used a variable as "number", but your student said it is a "Coefficient", which is wrong. Coefficient is generally used in an expression or in an equation, such as 6x+8, in this the coefficient of X is 6, whereas 6 is a number and when you raise its power to 4, then 4 will be called an "Exponent", so when 6 is raised to the power 4, we can say the number 6 has a exponet of 4. I hope this will help. Thank you for teaching C with great clarity. I like you methods, and teaching technique. Regards. (Raju from Canada)
Mujhe nahi milte paise app pe internet handling charges hai 49 rs woh pay karna hai. Recharge karne ke liye aap year mein 3500 pay karte ho career ke liye 49 bhi nahi kar sakte so sad. And you are blaming to teacher who are giving everything to you. Very sad 😔 thing
Sir Maine apne college me pura c ka course pda kuch samajh nahi uske baad UA-cam pr bhi bahut popular UA-camrs ka course Kiya phir bhi utna accha nahi lga lekin aap ka course bahut helpful hai sir Thankyou so much sir ❤
Bro maine apka python programming kal hi khatam kiya but kyuki apne bola uss program mein baar -baar sabko c se start karna chahiye. toh mai c bhi padhunga aaj se. watching this video from uk and bro god bless you you are helping millions as I didn't knew anything about programming. now atleast i understand some concepts because of you and now I am confident within 6 months i will be at some place. Thanks a ton :) Regards Karan Grover
Hello sir 🙏 myself Malaya dehury from odisha dear sir i would like to tell you that today i got to see your C programming lecture on your this yr channel and am so much impressed and delighted that your way of teaching and explaing the learners in detailed with daily life example s is really outstanding. Btw sir my question is that i am 30 yrs now and am doing BCA at this age so pls kindly tell me that is there any issues of getting a job bcoz my age is already 30 . Pls answer me back. I am waiting for your valuable infos . Thank you dear sir 🙏🙏🙏
best teacher Ever.....................................................................................................................................................................................................................
I really appreciate your teaching style your teaching style is amazing this tutorial is amazing you can learn coding easily from basic to advance I have watched lot of video on youtube but I will assure you guys you can't find anywhere such tutorial I was not understand coding or logic building but now I am building a logic or program because Vikash sir teaching style easy and simple from other teachers I recommended this tutorial to all students who don't understand coding plz watch this tutorial s Sir I would like to one request with you pls upload a one project related to software engineer so that I could understand how do make a software and I could know how to create a software pls sir it's a humble request with you sir I have no project till now if you will upload a one project related to java programming I can add that project in my resume Sir I can create a program but I don't know sir hot to use that program in project plz sir it's a humble request I will be very thankful to you as your choice sir youn upload free or paid that project I will purchase that project on a EMI if yout project is costly Or you can tell on youtube how to built a project My name is Hansar I am from Rajasthan at tijara I have completed MCA
4:31:11 // WAP to find whether number is maximum or minimum #include #include void main() { int n1, n2; printf("Enter first number : "); scanf("%d", &n1); printf("Enter Second number : "); scanf("%d", &n2); if(n1 > n2) { printf("First number is maximum"); } else if (n1 < n2 ) { printf("Second number is maximum"); } else { printf("Neither maximum nor minimum"); } getch(); }
i bet youtube pe hindi aur non tech background ke student ke liye es channel se acha koi channel nahi and main chatah hoo yeh channel millions billions grow kare vikas sir is a legend apko jhuk ker mera sat sat naman.
4:42:19 // WAP to check whether the given number is even or odd #include #include void main () { int n; printf("Enter a number : " ); scanf("%d", &n); if ( n % 2 == 0 ) { printf("%d is an even number", n); } else { printf("%d is an odd number", n); } getch(); }
Sir tq for deeply explanation because first is free of cost like other coaching has get a money. Second is deeply explanation like other is not explain like you as well as online through.
8:25:31 // Fibonacci Series void main () { int n, i, c, a = 0, b = 1; printf("Enter a number of terms : "); scanf("%d", &n); printf("%d %d ", a, b); for( i = 1; i
thank you so much sir for providing detailed video which is more beneficial for us 🙏🙏may god provide all that things what you want in your life😊😊 east or west vikas sir is the best
Timestamps: 3:51:45 Header Files 4:16:28 Conditional Statements 4:54:40 for loop 5:27:27 Arrays 6:33:48 while loop 6:51:20 do while 6:57:45 switch case 7:46:00 Programs- Fibonacci,factorial, power of a num 8:28:40 strings(glimpse) 8:31:00 Multidimensional Arrays 8:46:50 addition of 2 matrices 09:07:00 Star patterns,09:16:00,09:22:00,09:53:00,09:56:00 10:00:25 LCM HCF,10:20:00 10:39:00 Armstrong Number Program , 11:05:50 (while loop) 11:25:50 = print armstrong nos from 1 to 1000 11:32:20 WAP to find the sum of digits 11:38:51 WAP to reverse a number 11:44:53 11:55:00 Palindrome number 11:59:50 Ascii 12:32:19 Structures 13:20:00 pre post increment decrement 13:31:04 Strings 13:59:32 intro of strings 13:35:00 Reverse a String 13:48:40 Palindrome String 13:56:00 14:12:00 Length of String using predefined function 14:14:00 Length of String without using predefined function 14:19:00 String Functions 14:34:30 Ascii codes of general terms 14:43:50 Recursion 14:56:25 Factorial using Recursion 15:12:00 WAP to find the power of a no. using Recursion 15:17:51 Dynamic Memory Allocation
Bhai kal hi CUET MCA exam ka syllabus change hua hai jisme DSA learn krnai to uske liye c language learn Krna chahta tha aur aaj hi search Kiya to phir ye video recommend hua ... Ab watch krnewala hu..
Timestamps:
3:51:45 Header Files
4:16:28 Conditional Statements
4:54:40 for loop
5:27:27 Arrays
6:33:48 while loop
6:51:20 do while
6:57:45 switch case
7:46:00 Programs- Fibonacci,factorial, power of a num
8:28:40 strings(glimpse)
8:31:00 Multidimensional Arrays
8:46:50 addition of 2 matrices
09:07:00 Star patterns,09:16:00,09:22:00,09:53:00,09:56:00
10:00:25 LCM HCF,10:20:00
10:39:00 Armstrong Number Program , 11:05:50 (while loop) 11:25:50 = print armstrong nos from 1 to 1000
11:32:20 WAP to find the sum of digits
11:38:51 WAP to reverse a number 11:44:53
11:55:00 Palindrome number
11:59:50 Ascii
12:32:19 Structures
13:20:00 pre post increment decrement
13:31:04 Strings 13:59:32 intro of strings
13:35:00 Reverse a String
13:48:40 Palindrome String 13:56:00
14:12:00 Length of String using predefined function
14:14:00 Length of String without using predefined function
14:19:00 String Functions
14:34:30 Ascii codes of general terms
14:43:50 Recursion
14:56:25 Factorial using Recursion
15:12:00 WAP to find the power of a no. using Recursion
15:17:51 Dynamic Memory Allocation
Iske aage bhai
@@priyankawaykole8781 I'm still going through the video
nhi pdha@@priyankawaykole8781
Sir honestly I tried to learn from multiple UA-cam channel but finally I cleared concepts through your video only
40:06 First Day
1:00:03. Second Day
1:08:00 fourth.c
1:29:00 CB first
1:45:00
1:51:00 scanf
1:58:00 sum of two numbers
2:11:00 Area of circle
2:14:00 area of rectengle
2:18:00 function
2:32:00 sum of 2 number
2:43:00 Enter Two numbers
3:45:00 Header file topics
3:55:00 Header file creation
4:16:00 Condition statement
4:30:00 if else code
4:36:00 Code
4:41:00 odd even program
4:50:00 For Loop
5:15:00 for of for programe
5:22:00 second important programe
5:46:00 code
6:04:00 Total subject sum program
6:10:00 percentage program
6:28:00 Table program
6:40 while loop
6:55:00 do while loop
7:01:00 swicth case
7:23:00 switch case program
7:29:00 switch case calling value
7:52:00 febonicc sires
8:03:00 factorial
8:26:00 array
8:40:00 3*4 ka matrix creation
8:50:00 sum of 2 matrix
9:02:00 advance matrix
9:15:00 star pattern
9:28:00 star pattern 3rd program
9:36:00 4th program
9:57:00 H.W solution
10:02:00 lcm & hcf (gcd) code
10:24:00 LCM
10:30:00 HCF
10:36:00 AMSTRONG NUMBER
10:50:00
10:08:00 last
39:50 FIRST PROGRAM 😍
2:18:30 FUNCTION
3:51:54 HEADER FILES
4:16:45 CONDITIONAL STATEMENTS
4:55:02 LOOP & (ARRAY BASIC)
6:57:48 SWITCH CASE
7:44:56 LOGICAL PROGRAM
8:25:57 ARRAY
9:07:10 STAR PATTERN
Thanks bhaiya❤
@@RahulKumar-pk2hlis this vedio fully covered c language?
@@unknowns221 yes bro
Thank you Bhai ❤
Thnx anand
dear sir ,hats off to your devotion,i have very rarerly seen a true teacher like you.god bless you.
Bhai notes hai kya tere pass??
Very good idea. Many persons like me are willing to sit for 24 hours non-stop, ofcourse excluding eating time, and complete the course. Thank you Sir.
So nice of you
@@codingseekho Sir we need notes
Bhai notes hai kya tere pass??
@@XD_EMON_FFnotes mile??
Next video bhi h kya. C language k
Friends in my opinion may be it might be boring for first two to three hours but after that you will feel that sir teaches every topics in very good way and easily you can understand each and every topics. ☺️😌
11:03:15
ARMSTRONG NUMBER (3 digit) ----> Koushal Jha
#include
#include
void main ()
{
int n, i , a, b, c, temp;
printf("Enter a number : ");
scanf("%d", &n);
a = n % 10;
temp = n / 10;
b = temp % 10;
c = temp /10;
int d = pow(a,3) + pow(b,3) + pow(c,3);
if( d == n)
printf("It is an ARMSTRONG number");
else
printf("It is not an ARMSTRONG number");
getchar();
}
getch() and getchar() both works
Next video bhi h kya
What a best teacher . He is the only teacher on youtube that made me understand programming (from Pakistan )
Thanks ❤️
50 % se jayada maine cover kr liya hai abhi tak ka ye best detailed course hai thank-you sir for your effort and providing free valuable content ❤
Kaho guru
Bhai notes hai kya tere pass??
Kitne days lage apko 50 %cover hone me apko...
1 week@@MuhammadmuazJaved
Sir me aapka video 8 hours tak dekh chuka hun aur ab mujhme jo confidence ki kami thi wo mujhe kahi najar nahi aa rahi hai thank you so much sir .
Infact mere jo Dost jinhone class lagayi hai unko me explain karta hun jaha tak mujhe aata he wo hamesha mujhe punchte hai bhai kaha se sikh raha hai isliye maine is video ki link hamare sab groups me bhi bhej di hai thank you so much sir❤
Sir Jee: I appreciate your devotion and commitment for teaching this class. Today 9:18:58, you don't look well, like suffering from cold and flu, as you are wiping your face and eyes look dull; but you are teaching with the same energy and dediction. I hope and pray that you feel better. You are a great gift to humanity. Thank you Sir. Best regards for you.
Mile kya bhai notes???@@its_saurav_editz
13:29:52
int x = -78;
x-- = -78 ( answer )
x++ = -79 ( answer )
x-- = -78 ( answer )
x++ = -79 ( answer )
--x = --79 ( answer )
9:22:15
// Inverse right angled triangle by Koushal Jha
#include
void main()
{
int r, i, j;
printf("Enter number of row : ");
scanf("%d", &r);
for(i = 1; i = i; j-- )
{
printf("* ");
}
printf("
");
}
getchar();
}
I learned python from your UA-cam vedio sir, very easy way you teach, I am noon technical but your way of teaching is very attractive, now I want to start C language from this vedio,
Being Muslim I would like to pray for you, May Allah accept your efforts and give you more strength. Amin
Thanks a lot for your free content
Bhai mujhe Bhi python seekhna Hai...link share KR doge Mai Bhi non it background se Hu..IT Mai Jana Hai..
@@mohammadalam8347
ua-cam.com/video/0v3bpmHc02I/v-deo.htmlsi=mCdRQ5sCO3TqwshP
2:13:55
// WAP to calculate area of rectangl
main()
{
float length, breadth;
printf("Enter length of Rectangle : );
scanf("%f", &length);
printf("Enter breadth of rectangle : );
sscanf("%f", &breadth);
printf("Area of rectangle is : %f", length*breadth);
getch();
}
13:26:52
int x = -18;
++x -17 ( answer )
x++ = -19 ( answer )
x-- = -18 ( answer )
x++ = -19 ( answer )
x-- = -18 ( answer )
Sir aap bahut acha padate Mera bharosha tut gya tha coding nhi Sikh paunga aapki video dekher confidence level strong hua
Aap engineering kr rhe hai..??
Aap engineering kr rhe h...??
@@AkshitaSingh-or6pj complete ho gyi
first time kisiki 19.27 hours ki video dekhi h bhai
content h tabhi dekhi h
Mast u r doing great job
Thank you sir i understand call by value and call by refrence in easy way . your explanation from scratch is very very aswome .
4:38:30
Questions:
• 5 / 2 -->> 2 ( answer )
• 5 % 2 -- >> 1 ( answer )
Mind blowing lecture. God bless u Sir
Timestamps:
12:00:00 to 20:00:00
11:59:50 Ascii
12:32:19 Structures
13:20:00 pre post increment decrement
13:31:04 Strings 13:59:32 intro of strings
13:35:00 Reverse a String
13:48:40 Palindrome String 13:56:00
14:12:00 Length of String using predefined function
14:14:00 Length of String without using predefined function
14:19:00 String Functions
14:34:30 Ascii codes of general terms
14:43:50 Recursion
14:56:25 Factorial using Recursion
15:12:00 WAP to find the power of a no. using Recursion
15:17:51 Dynamic Memory Allocation
I learned c language fom your UA-cam video sir youre teaching is yery nice and you are great explainer thanks for support✌️🙏
Video dekh kar bahut kuch sikh paya ... or laga ki C Language easy hai samjhna ...... Jis way me bata rahe ho aap bahut badhiya hai sir...
Share to all your friends 🙂
Extremally helpful video. Very easy language of teaching.
00:00:00 Introduction in C
2:18:13 Functions & Recursion
3:06:19 Pointer
3:51:45 Header Files
4:16:16 Conditional statements
Sir You are great , after Khan Sir I think You will change the future of students
Sir u best finally i got vibe with someone at online studying platform..thank you so much sir🔥
I am 46 Years old . I am interesting in programming language meanwhile I see your U tube channel . But I have only mobile .
What a genius teacher ❤👌
Thanks
8:25:31
// Power
void main()
{
int b, p, i, result = 1;
printf("Enter base : ");
scanf("%d", &b);
printf("Enter Power : ");
scanf("%d", &p);
for( i = 1; i
sir you are the best teacher for coding
Best c language lecture on youtube
Thank you sir for very nice explanation
Sir, till date I have not understood the function here even in the paid batch, but after watching your video, now I have understood. Thank you sir.💗💗🥰💝
3:19:09 aap bahut aachha padhate ho sir🙏🙏
Whatsapp group hai sir
Thankyou so much sir , Etna achha to Aaj tk koi pdaya hi nii tha... bahut saare doubt aaj clear ho gya 🙏🙏
Sir,... really its..a vry.. good oneshot vdeo.for freshers 🎉🎉🎉🎉
Thankyou so much sir 🙏
Sir manine 10-10 ghante ki kai video dekhi lekin mujhe thoda thoda samjh me aata aur mera bahot samay kharab hua hai mai aapki video isliye nahi dekhta tha kyoki aapki video 20 ghante ki hai lekin har maankar mujhe aapki video dekhni padi aur mujhe aisa laga ki aap se achha koi nahi pada sakta aapko bahut bahut dhanyawad ❤❤❤❤❤
Thank you so much 💓. Share to all your friends
I learned c language from your UA-cam video sir you're teaching is very good and you are great explainer thanks for support....👍👍👌
Share to all your friends
I studied one shot from apni kaksha, code with Harry but didn't understand seriously sir you are the best teacher 🙏
Thanks. Share to all your friends 🙂
8:18:52 Sir jee I want to make a correction here. You used a variable as "number", but your student said it is a "Coefficient", which is wrong. Coefficient is generally used in an expression or in an equation, such as 6x+8, in this the coefficient of X is 6, whereas 6 is a number and when you raise its power to 4, then 4 will be called an "Exponent", so when 6 is raised to the power 4, we can say the number 6 has a exponet of 4. I hope this will help. Thank you for teaching C with great clarity. I like you methods, and teaching technique. Regards. (Raju from Canada)
Hlo Raju sir any vacancy for freshers please
Hii raju
Best teacher ever in my life with best teaching techniques ❤❤❤
Share to all your friends 🙂
Sir ye bohot galat bat hai apne notes paid kardiye paiso ke piche mat bhago ham jese logo ke bare me bhi socho 😢@@codingseekho
Mujhe nahi milte paise app pe internet handling charges hai 49 rs woh pay karna hai. Recharge karne ke liye aap year mein 3500 pay karte ho career ke liye 49 bhi nahi kar sakte so sad. And you are blaming to teacher who are giving everything to you. Very sad 😔 thing
@@codingseekho Sorry sir par apne pehle description me diya tha link par fir apne delete kardiya isliye bol raha hu
sir pls add time stamp in the video
Heyy
I didn't get notes from his app...
So do uhh have notes?
@@Sayaliabnave notes of this video or any other ?
@@BHOJPURIslowrevEDITS62 this video.
@@SayaliabnavePlease share with me 😭🙏🏻
Sir Maine apne college me pura c ka course pda kuch samajh nahi uske baad UA-cam pr bhi bahut popular UA-camrs ka course Kiya phir bhi utna accha nahi lga lekin aap ka course bahut helpful hai sir
Thankyou so much sir ❤
Aacha 😅
College me padta nhi hai 😅
Best tutorial on UA-cam ❤
Bro maine apka python programming kal hi khatam kiya but kyuki apne bola uss program mein baar -baar sabko c se start karna chahiye. toh mai c bhi padhunga aaj se. watching this video from uk and bro god bless you you are helping millions as I didn't knew anything about programming. now atleast i understand some concepts because of you and now I am confident within 6 months i will be at some place.
Thanks a ton :)
Regards
Karan Grover
Thanks Karan.
Sir best course please also cover C++, DSA and If possible then also cover full stack web development ❤
sir ap bahut acche se sikhate he. me ne apke 4 lecture dekhe he
Thanks
8:23:00 very funny min for me
Hello sir 🙏 myself Malaya dehury from odisha dear sir i would like to tell you that today i got to see your C programming lecture on your this yr channel and am so much impressed and delighted that your way of teaching and explaing the learners in detailed with daily life example s is really outstanding. Btw sir my question is that i am 30 yrs now and am doing BCA at this age so pls kindly tell me that is there any issues of getting a job bcoz my age is already 30 . Pls answer me back. I am waiting for your valuable infos . Thank you dear sir 🙏🙏🙏
No issue. Complete your degree as soon as possible.
You are the most trusted great teacher in the world😊
best teacher Ever.....................................................................................................................................................................................................................
Share to all your friends
Nice sir I had leave cse since 2011 but when I watched your video that time I rejoined To my developer aim
Well done Sir! Keep it up!
I really appreciate your teaching style your teaching style is amazing this tutorial is amazing you can learn coding easily from basic to advance I have watched lot of video on youtube but I will assure you guys you can't find anywhere such tutorial I was not understand coding or logic building but now I am building a logic or program because Vikash sir teaching style easy and simple from other teachers I recommended this tutorial to all students who don't understand coding plz watch this tutorial s
Sir I would like to one request with you pls upload a one project related to software engineer so that I could understand how do make a software and I could know how to create a software pls sir it's a humble request with you sir I have no project till now if you will upload a one project related to java programming I can add that project in my resume
Sir I can create a program but I don't know sir hot to use that program in project plz sir it's a humble request I will be very thankful to you as your choice sir youn upload free or paid that project I will purchase that project on a EMI if yout project is costly
Or you can tell on youtube how to built a project
My name is Hansar
I am from Rajasthan at tijara
I have completed MCA
4:31:11
// WAP to find whether number is maximum or minimum
#include
#include
void main()
{
int n1, n2;
printf("Enter first number : ");
scanf("%d", &n1);
printf("Enter Second number : ");
scanf("%d", &n2);
if(n1 > n2)
{
printf("First number is maximum");
}
else if (n1 < n2 )
{
printf("Second number is maximum");
}
else
{
printf("Neither maximum nor minimum");
}
getch();
}
i bet youtube pe hindi aur non tech background ke student ke liye es channel se acha koi channel nahi and main chatah hoo yeh channel millions billions grow kare vikas sir is a legend apko jhuk ker mera sat sat naman.
Thank you Rahul 😊
Great sir thank you 🙏❤🎉 very good course ❤
Completed in 3 days💯
ThankYouSoMuch Sir🙌
4:42:19
// WAP to check whether the given number is even or odd
#include
#include
void main ()
{
int n;
printf("Enter a number : " );
scanf("%d", &n);
if ( n % 2 == 0 )
{
printf("%d is an even number", n);
}
else
{
printf("%d is an odd number", n);
}
getch();
}
Sir I am from nepal and I started learning coding and your video helps me a lot thank you ❤
Sir 😹Complete DSA video kb tk ayegi ..?
😢😢
😮
DSA with Python video sir
DSA in c
@@LearnLab_2.0 😂 C kaun padhta hai avi Java ya python padho
Thank you very much sir you teach very well ❤️❤️
khud to pdh loon phle ....gate ka exam h feb me jldi se revise kr loon c......your explaination is really simple nd good as well
Sir also i wanna certificate ..how can i get 🤔
Bhai notes kaha milenge iske
Sololearn pr try kro bhai
Sir aapki class bhut achi lagi he Mera BCA ka phala saal he mene aapke channel se samj me aa rha he sir ase hi pc me bhi dal dena
Sir...Where is notes ?
Download CoDing SeeKho Application from Playstore
@@codingseekhodownloaded it, but the notes are not available there.
Buy all subjects notes at 49
@@codingseekho U said that it is free of cost ..but sir u also demanding money for ur notes😢
This is minimum charges. There is no option for free on app. This internet handling charges
Hello sir , u r too good, me apke Sare vedio dekhungi kyuki me is field me abhi aayi hu
Thanks Savita
Today is my first lecture ❤❤❤😊😊😊 or yeh bahut achse para rahe rhe 😮😮
Thanks. Share to all your friends
One of the best course
Thank you so much please share this to your instagram story and help us to reach wider audience ❤️
9:22:22
main ()
{
int i,j;
for(i= 1;i
अरे क्या गज्जब explained
अब HTML CSS Java script python सारे language cover कर देंगे तो मेरे जैसे लोगों का भला हों जाएगा
phele ek c lang par sahi se focus kar lo bhai practice and then crate some simple project on that then go to these extra languages
header files are generally necessary in C for organizing and sharing declarations across different source files
sir you are Best techer Ever in my life you are teching is very eady and good love you sir so much
Welcome back Vikas sir..😊
You are greatest teacher in world 🙏🙏
13:17:39 post increment and pre increment
Sir tq for deeply explanation because first is free of cost like other coaching has get a money. Second is deeply explanation like other is not explain like you as well as online through.
Vikas sir aap khan sir ke jaise samjate hai. Isliye sab samajh aata hai .
2:50:28 pr app kahan ha ki coding seekho notes download kr le lakin notes keshe download honge mujh pr to nahi ho rhe ha
sir apki teaching quality next level
Satyam Thanks.
Sir bohot accha padhate hai kon kon jurna chate hai wo like kare
❤sir Aapke charnsprsh krna chahati hoon aap bahut ache se samjhate ho
Thank you so much 💓. Share to all your friends 🙂
@@codingseekhook sir
8:25:31
// Fibonacci Series
void main ()
{
int n, i, c, a = 0, b = 1;
printf("Enter a number of terms : ");
scanf("%d", &n);
printf("%d %d ", a, b);
for( i = 1; i
bhai s ki jagah c aayega
Sir u r pro teacher 👌
13:17:01
b = a++ = 7 ( answer )
b = ++a = 8 ( answer )
Thank you sir 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏 bhot bhot
M bhot prshn tha sir bht se vdeo dkhe pr jb apki video dkho to sb agya or asa ki bht intrust k sth 🙏
Sir at 13hrs 30mins...i think order of evaluation of arguments in printf() is unspecified. i mean it would vary for different compilers.
#GuruDev❤ bahut bahut dhanyawad ____kya mst samaghaya hai________kasam se pure UA-cam par Aisa kisi ne nahi padhaya❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
#oneofthe❤Best
thank you so much sir for providing detailed video which is more beneficial for us 🙏🙏may god provide all that things what you want in your life😊😊
east or west vikas sir is the best
On every new lecture
Change of wallpaper idea 💡 is fantastic
7:00:00 , 7:45:00 important
14:40:00 confirm ho gya ,ki sir pro gamer hai😁😅
😄😄😄
3:07:00
Best sir video thank you very much ❤❤❤❤❤❤
You are great sir❤
I was fresher completely and i am ece student 3 rd sem i understand easily. Thankyou so much sir ji . Lots of love from West Bengal.
Sir ne programs kiya hai na??
Sir your the most trusted teacher. and I am starting now day.
Timestamps:
3:51:45 Header Files
4:16:28 Conditional Statements
4:54:40 for loop
5:27:27 Arrays
6:33:48 while loop
6:51:20 do while
6:57:45 switch case
7:46:00 Programs- Fibonacci,factorial, power of a num
8:28:40 strings(glimpse)
8:31:00 Multidimensional Arrays
8:46:50 addition of 2 matrices
09:07:00 Star patterns,09:16:00,09:22:00,09:53:00,09:56:00
10:00:25 LCM HCF,10:20:00
10:39:00 Armstrong Number Program , 11:05:50 (while loop) 11:25:50 = print armstrong nos from 1 to 1000
11:32:20 WAP to find the sum of digits
11:38:51 WAP to reverse a number 11:44:53
11:55:00 Palindrome number
11:59:50 Ascii
12:32:19 Structures
13:20:00 pre post increment decrement
13:31:04 Strings 13:59:32 intro of strings
13:35:00 Reverse a String
13:48:40 Palindrome String 13:56:00
14:12:00 Length of String using predefined function
14:14:00 Length of String without using predefined function
14:19:00 String Functions
14:34:30 Ascii codes of general terms
14:43:50 Recursion
14:56:25 Factorial using Recursion
15:12:00 WAP to find the power of a no. using Recursion
15:17:51 Dynamic Memory Allocation
mera chaap ke lagadiya
Thank you
Thanks bro👍💯
Poora mera chaapke daaldiya aapne
And saare likes aapko
Noiccceee
😢😢😢😅😮😮
thansyou sir mei bhut happpy hu mei yhi chahta tha ki aap long vidoe c language full course le kr aa gye
Bhai kal hi CUET MCA exam ka syllabus change hua hai jisme DSA learn krnai to uske liye c language learn Krna chahta tha aur aaj hi search Kiya to phir ye video recommend hua ... Ab watch krnewala hu..