I really appreciate all the efforts taken by you while explaining the solutions.Each question answer is detailed explained.Also you have put up extra information related to questions.You are providing all these free of cost.It's amazing work. You are helping lots of people by sharing this knowledge. You are not like other you-tube channels that are explaining 10 questions in the video and then suggesting their prime packs with huge amount of money. Thanks a lot !!!!!!
I have simply downloaded this videos. It is that good, both top 100 MCQs and top 50 MCQs. Don't know how you shoot because it's tough to watch 2 hrs continuously . GREAT WORK !!!
Thank you so much sir for this video. This has really helping me to learn the c programming in a best way. The amount of hard work you did for this video is really uncountable. Thanks once again sir.
in question no 112, seems output is *compiler dependent* bcz my compiler is giving garbage value for 5.00 and 5.25 too and also for 5.20 and 5.31(randomly,but keeping your concept in mind)
Sure... Watch "Patterns in C- Tips & Tricks " in the following link... www.udemy.com/course/patterns-in-c-tips-and-tricks/?referralCode=3FCF915E6CE4219798BD
#ShravankumarManthri sir in time 37:21 @ question 111 if we would have done the assignment of "ptr" as int *ptr = &a+1 ; will that be OK or it gives error? I mean both "ptr" and "a" are defined as integer pointers.
Hii!! I watched your both level 1 and level 2 videos . Really it's praiseworthy. But one thing that disappoint me that is very few quest based on pointer . If you don't mind then please add more quest based on pointer !!
Thank u...Ask me @ csegurus@gmail.com. I am happy to forward more questions. Watch Top 90 Data Structures MCQs in the following link... th-cam.com/video/i2LTAJhkFf8/w-d-xo.html
56:00 answer is B.. I checked even though I is post increment.. Answer is not D Ans also following question 6 6 6 7 is Wright answer.. Ans I use Quincy compiler
For static variables, you cannot initialize more than once and you can update many times. for more clarity listen to Q.No 51 in the following link.. th-cam.com/video/EmYvmSoTZko/w-d-xo.html
Sir for 103rd question, can you tell me one thing?? Can anyone tell me this?? why the answer will be option c and not D ?? since the break statement will act equally for the flower as well as for yellow
1) initial value is flower 2) it's check the condition, so yellow 3) after checking the condition control moves in the for loop body ,so break will be executed and loop is terminated. and then return 0, ends the program.
I really appreciate all the efforts taken by you while explaining the solutions.Each question answer is detailed explained.Also you have put up extra information related to questions.You are providing all these free of cost.It's amazing work. You are helping lots of people by sharing this knowledge. You are not like other you-tube channels that are explaining 10 questions in the video and then suggesting their prime packs with huge amount of money. Thanks a lot !!!!!!
It's my pleasure.. Thank u Keep Learning.. I will be even more happy if you share this video link to the needy to share the knowledge..
Array programs with clear explanation...
th-cam.com/video/G2ero7kAA9M/w-d-xo.html
I have simply downloaded this videos. It is that good, both top 100 MCQs and top 50 MCQs. Don't know how you shoot because it's tough to watch 2 hrs continuously . GREAT WORK !!!
So nice of you...Keep Learning..
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Thank you so much sir for this video. This has really helping me to learn the c programming in a best way. The amount of hard work you did for this video is really uncountable. Thanks once again sir.
in question no 112, seems
output is *compiler dependent*
bcz my compiler is giving garbage value for 5.00 and 5.25 too and also for 5.20 and 5.31(randomly,but keeping your concept in mind)
Very good collection of C questions. This video brushed almost all concepts of C.
Thank you.. Keep Learning...
Sir can you upload c question related to the GATE exam??
Please create more such series
Please.......we need it!!!!!
Sure...
Watch "Patterns in C- Tips & Tricks " in the following link...
www.udemy.com/course/patterns-in-c-tips-and-tricks/?referralCode=3FCF915E6CE4219798BD
Sir, can you make some video on pointer . And 2D array... How to access 2d array .
Can I also get its PDF sir so it will be easy to revise it quickly before the exam sir
and THANK YOU SO MUCH SIR
55:43 it should be option B
i run this in c
the answer is 6 5 6 7
Sir we need more mcqs related to c programming for out campus placements like "TCS"
i vl try soon..
Please try sir based on TCS nqt
Sir do videos on GATE EXAM PROGRAMING . especially on pointers and arrays topics which are most important
th-cam.com/video/G2ero7kAA9M/w-d-xo.html
How many times will Quiz be printed
#include
int main(){
int i=-5;
while (i=0)
break;
else{
i++;
continue;
}
printf("Quiz");
}
return 0;
}
0 times.
Sir... plz upload pseudo codes in c, c++, java, oops,data structures for upcoming capgemini placements...
Watch this playlist for Placements related training videos in the following link
th-cam.com/video/EmYvmSoTZko/w-d-xo.html
Thank u sir
Really a great step .. I have already subscribed your channel for your efforts...
Many thanks to u...
You can watch this playlist for placement related stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Nice job, sir
Thank you kindly...You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Amazing, very good questions
Thank you...
Very clear explanation sir...very very helpful .... thank you so much sir
Thank u Thank u... Keep learning...
great work appreciated
Thanks for liking.....You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Great work
ques 142 1:55:27, when value is -1, value--+2 = 0 so while loop be stoped, value stop at -2, why is it still -3?
#ShravankumarManthri sir in time 37:21 @ question 111 if we would have done the assignment of "ptr" as int *ptr = &a+1 ; will that be OK or it gives error? I mean both "ptr" and "a" are defined as integer pointers.
In Q.no.112 - you said the answer is 0 but u showed b on screen ....anyway i understand the concept👍
Sir this one and other videos which you've uploaded on this channel are enough to crack any coding interviews and test?
Sir in que no 142 i.e que at 1:54:18
Value - - -+2
Won't - - be executed first according to priority chart shown by you.
yes.. but -- is post decrement here .so the value will be updated after condition check.
Great examples. Thank you 😀
Glad you enjoyed it...You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Really Great tutorial
thank you sir😊
Glad you liked it..You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Hello in Que 108 can we make change to char pointer? Isn’t it constant
great explanation
Thank u..
Watch “Operators in C - Tips and Tricks” in the following link
th-cam.com/video/tmFkBx362yw/w-d-xo.html
need more video like this please sir make more videos
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
U r content is so helpfull sir..😊
Thank you.. Keep Learning..
th-cam.com/video/G2ero7kAA9M/w-d-xo.html
Hii!! I watched your both level 1 and level 2 videos . Really it's praiseworthy.
But one thing that disappoint me that is very few quest based on pointer .
If you don't mind then please add more quest based on pointer !!
Thank u...Ask me @ csegurus@gmail.com. I am happy to forward more questions.
Watch Top 90 Data Structures MCQs in the following link...
th-cam.com/video/i2LTAJhkFf8/w-d-xo.html
Thanks it helps alot!
Most welcome.. Keep Learning....
56:00 answer is B..
I checked even though I is post increment.. Answer is not D
Ans also following question
6 6
6
7 is Wright answer..
Ans I use Quincy compiler
Difference between
int i=5;
i=i++;
and
if(a==a--)
{
}
i value will be printed as 5 only as it is a post increment.
if condition is false as i and i-- are not same...
I could literally say that it's relly top questions .
Great to hear...You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Great video sir, please provide more such videos in Java if possible.
Thank you...You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Sir ,we need sedocode recursive fun topic for out compus placements preparation ..!
Sir, please made a video on the tree and graph also!!!
Surely i will do...
For 146, I feel A should be the answer.
Thanku sir
Most welcome...Watch “Operators in C - Tips and Tricks” in the following link
th-cam.com/video/tmFkBx362yw/w-d-xo.html
please upload more such questions sir..!
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Sir in question no.106 why it is not printing "/n" it is inside double quotes
Sir can u solve problem on Nimcet exams!!
hello sir,in question numbr 110,i value is static so in for how can we reassign values like 1,2,3.....??
For static variables, you cannot initialize more than once and you can update many times. for more clarity listen to Q.No 51 in the following link..
th-cam.com/video/EmYvmSoTZko/w-d-xo.html
Sir for 103rd question, can you tell me one thing?? Can anyone tell me this?? why the answer will be option c and not D ?? since the break statement will act equally for the flower as well as for yellow
1) initial value is flower 2) it's check the condition, so yellow 3) after checking the condition control moves in the for loop body ,so break will be executed and loop is terminated. and then return 0, ends the program.
@@sujitsatpute3741 okay thank you
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Q 139 is awesome :)
Thank u…You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Very helpful 👍
Glad it was helpful..Thank u…You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Thanks 👍
Thank u…You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Thank you so much
You're most welcome...
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Sprrr bro 😻
Thank u..You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Thank u so much sir
Most welcome.. Keep learning...
sir Q112 program is throwing garbage value as output .....
Sir in 101 qsn why /n taken as separate??
video is very fruitful, but while explaining write a little bit larger.
Thank you..
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
sir can you upload c mcq for tcs ninja
th-cam.com/video/EmYvmSoTZko/w-d-xo.html
Sir please create a video on data structure next part....
Yea. Please Watch Top 90 Data Structures MCQs in the following link...
th-cam.com/video/i2LTAJhkFf8/w-d-xo.html
ques. 1 j should be defined
Tq sir🤗🤗
Thank u.. Keep learning...
9
sir pls 56:56 at this time
In first question,No
declaration of variable j;
Yes,, I forgot to declare.. Thanks fr finding...
Yes,, I forgot to declare.. Thanks fr finding...
Its not printing the count
I am not clear in the question 118 and 119...
plz make it clear...
As it's be only 6 for final printf function
It is compiler dependent..
Ok
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
Answer for 112 ?
we are still waiting for new video of mcq question because it's been done 6 month 😅
Glad it helped you...
You can watch this playlist for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
For 130 question, dptr-aptr ...but why u took their addresses..plz requesting you to give response..
both dptr and aptr store the address values and when u find the difference of 2 addresses, it returns the lndex difference.
@@CSEGURUS however..ok👍
Please 125.how it takes only the character 6? Why not 5?..plz say how it got?
It takes always the last digit.
@@CSEGURUS why don't u say about their storage?
i have executed Q118, Q119 and Q120 and my outputs are not matching the solutions given in this video
Can u share the screenshots to csegurus@gmail.com
When will be the next series?
i vl try to make it soon.. You can watch this link for more stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html
@@CSEGURUS ok sir but atleast can't u guess how long it may take? I learnt a lot from it.n also I have no time ...
Chk your 101 and 106 th question ??
Is there any mistake?
is this enough to crack infosys pseudocode?
Watch Top 90 Data Structures MCQs in the following link...
th-cam.com/video/ot8QwCfOjfM/w-d-xo.html
@@CSEGURUS Sir also in q 128,if we are printing %d for x+2,shouldnt the ascii value of l be considered??
1:17
128 is right
No,
bcz
output will be
(h Garbage value of address)
q 146... answer is not correct
Binod
Thanks a lot
Most welcome..Watch Top 90 Data Structures MCQs in the following link...
th-cam.com/video/i2LTAJhkFf8/w-d-xo.html
Thanks a lot
Most welcome...
You can watch this playlist for placement related stuff in C
th-cam.com/play/PLYT7YDstBQmEGhVqAoubBS0OE_5m4JDUe.html