Top 100 C MCQ's (Are You Making These Common C Mistakes?)

preview_player
Показать описание
Watch Top 90 Data Structures MCQs in the following link...

Watch this playlist for Placements related training videos in the following link

Watch 50 more MCQs in the following link....

Best way to understand Patterns in C

Watch design and Analysis of Algorithms in the following link.

Watch "Best Loop programming and Patterns in C- Tips & Tricks " in the following link...

Watch Formal languages & Automata theory in the following link

You can watch "Tricky 150 mcqs in C" in the following link

Technical lectures by Shravan Kumar Manthri.
Watch Technical C programming

Watch Data Warehousing & Data Mining

Watch Design & Analysis of Algorithms

Watch Formal Languages & Automata theory

Like us on fb: CSE GURUS

This video explains top 100 Mcq's with explanation related to Concepts in C . #ShravankumarManthri#CSEGURUS
Рекомендации по теме
Комментарии
Автор

sir, please add these types of video in c++.Your way of explanation is nice.

veercreation
Автор

Q97, it prints 21 not because of for loop. It goes to default switch case and increments i=17+4 which is 21.

sujayshetty
Автор

best video for IT competitive c programming thankyou sir for ur efforts....

ShubhamDLadey
Автор

Sir after going through all the mcq, I got placed in accenture and even I cracked L&T, Cognizant exams...thanq so much sir....now please make videos on data structure, Algorithm designing and most important 100 java problems asked in technical interview...sir thanq again and please upload videos on topics I suggested....

EthHack_Cop
Автор

I am really happy to see my professor making his presence felt on youtube and sharing your knowledge. That's a great work sir. Thankyou.

lakshmisruthi
Автор

Very helpful at the time of interviews... Evn for clearing the concepts.. No one explain like this. Thank you so much sir. It really helps me a lot...

roshnizulzule
Автор

I am extremely thankful to the one who explains these 100 questions of series with such clarity of conception!!
Thankyou so much sir ❤️
*Feeling high for C concepts now*

bigbossottupdate
Автор

nice teaching to get a overview of soo much

subraramanianarumugam
Автор

as you told values in logical operations doesn't changes 1:41:25 but in q86 2:19:20 you changed the value of z

expomurli
Автор

At 1:43:19 it is Post increment sir, associativity is from Left to Right.

spidyff
Автор

I am generally never do any comment..but your video is superb i can't stop myself to do commemt..superb work done by you.. Thank you sir

hetalgohil
Автор

for q.36 A continue statement is used to end the current loop iteration and return control to the loop statement. continue skips the current executing loop and MOVES TO the next iteration of the loop whereas break MOVES OUT of the loop and executes the next statement after the loop.

sohamghosh
Автор

Thankyou so much sir, for making this C MCQ's video. You also focused of those minute basic rules which most of us neglect often or even didn't knew about. This was really helpful.

NehaSharma-skdz
Автор

In que 15 sizeof(p) is architecture dependent.

kaushaljoshi
Автор

great vdo must watch... crystal clear explanation

badakh
Автор

loved this series....
watched it whole and learnt a lot of new and good things 👍👍...

reshihashim
Автор

1st day till 21:50
23:30 :question 15
24:51 :question16
27:00 :question18
27:53 :question19
28:30 :question 20
29:32 :question 21
30:43 :question 22(doubt)
32:50 :question 23
38:00 : question 25(doubt)
2nd phase
44:27 :question 27
44:56 :question 28
45:29:question 29
49:04 :question 32
53:10: question 33
54:08 :question 34
56:46 :question 36

tuku
Автор

thanq so much such...now please make video on Data Structure and Algorithm design

EthHack_Cop
Автор

Nice video, helps me in clearing online exam.

devotion_surya
Автор

question no.97 is wrongly explained.... actually after 16 it will increase 17, now 17 goes in switch and by default 4 is added to it so i becomes 21. now 21 is printed and since i is greater than 20 so it won't go in the loop again. thus, only 16 21 is printed.

beingdehati