I will be forever in debt to you sir, you saved me a whole day!!
@learnwithapk2 жыл бұрын
Happy to help!
@The_RandomGuy Жыл бұрын
Thanks a lot sir , after spending hours finding issue in my code i finally got this video mentioning the exact issue.....thank you sir
@maheshtawar25992 жыл бұрын
What will happen if our array itself contain -1 elements which is given by user (suppose three times)
@basithnizam Жыл бұрын
any idea?
@muhammedrafeeq2670 Жыл бұрын
Make it INT_MIN@@basithnizam
@muhammedrafeeq2670 Жыл бұрын
#include #include #include int main(void) { int a[100],i,j,size,count; setbuf(stdout,NULL); printf("Enter Size"); scanf("%d",&size); printf("Enter Array Elements"); for(i=0;i
@mohammadomarfaruk3783 Жыл бұрын
Thanks sir your details were pretty clear. The teaching method is good. So i had to subscribe . ❤️❤️
@learnwithapk Жыл бұрын
Thanks and welcome
@mrconductor2004 Жыл бұрын
the best solution ive seen by far , tks mate
@hafizsakib27342 жыл бұрын
Just an awsome easy peasy explanation!!!!!!!!!!!!!
@learnwithapk2 жыл бұрын
Glad it was helpful!
@sajithmr5943 Жыл бұрын
thank u so much sir for explaining the frequency steps.. i was not getting that part. 🥰🥰🥰
@learnwithapk Жыл бұрын
You're most welcome
@paraggoyal770 Жыл бұрын
Thanku so much sir for this solution
@RealDeals-ne1ue Жыл бұрын
if(a[i]!=-1) forgot to explain
@witchlovessandwitches Жыл бұрын
Thanks for the explanation
@ajayay4508 Жыл бұрын
your class is on fire hats off sir 💥💥💥💥
@joshuajoykutty66502 жыл бұрын
Thank you sir for the clear explanation.
@learnwithapk2 жыл бұрын
So nice of you
@gss4851 Жыл бұрын
Very good explanation 🔥🔥
@learnwithapk Жыл бұрын
Thank you 🙌
@vahidishaal3191 Жыл бұрын
Thank You very much sir
@learnwithapk Жыл бұрын
Most welcome
@muhdfaijas2259 Жыл бұрын
thank you sir i was stucked in this question
@learnwithapk Жыл бұрын
You are most welcome
@SusantKumarCreates3 жыл бұрын
But sir...what will be the result if we print all the elements of array after finding the frequency???
@MVEC_AyushJain3 жыл бұрын
excellent explanation 😀
@learnwithapk3 жыл бұрын
Glad it helped!
@Narang894 Жыл бұрын
I wasted my whole day to find its answer thank god finally I found a good explanation. Thankyou brother.🙏🏻🙏🏻
@shahinurcse Жыл бұрын
you are a smart guy...
@kundrapuharika6294 Жыл бұрын
🙏 thanks a lot
@learnwithapk Жыл бұрын
Most welcome
@atulbharti30873 жыл бұрын
thanks yaara given the best way to solve this problem .. great effort here dude
@hafizsakib27342 жыл бұрын
What if user input a array element as ( -1 ) ?
@learncseasily3385 Жыл бұрын
Then put A[j] = -100 assume such a no that user wont enter that
@ManishGupta-vl2id4 жыл бұрын
Thanks😊👍
@saumilgupta23833 жыл бұрын
sir i have a doubt suppose if some one enters the data in array which is equal to a[j]=-1 then this code will not work properly
@samprakashm4983 жыл бұрын
Same doubt
@adityagupta28502 жыл бұрын
yes that's correct
@ibrahimolayiwola36052 жыл бұрын
I thought as much
@ismoilova_shahina2 жыл бұрын
you saved my time sir, thank you
@tejaskale7803 жыл бұрын
Great explanation thanks :)
@learnwithapk3 жыл бұрын
Glad it was helpful!
@pd99Happy4 жыл бұрын
Thanks
@learnwithapk4 жыл бұрын
Welcome
@JaizRahul3 жыл бұрын
Wow Very good explanation😊
@25_simontighosh702 жыл бұрын
Amazing explantation sir
@ananyasinha92823 жыл бұрын
Great explanation 👍🏻
@hamzafareed29372 жыл бұрын
Thanks ♥️
@learnwithapk2 жыл бұрын
You're welcome 😊
@prasannagodiyal673611 ай бұрын
Thank you so much sir!
@sanjaysanjay8623 жыл бұрын
Wow simply awesome 👌
@hi-xu5ee4 жыл бұрын
Why -1 is used????
@018manickamm32 жыл бұрын
Super video 💥
@hartejsingh1754 жыл бұрын
nice explanation
@jyothijarugula76033 жыл бұрын
Good job👍👍
@bellalmahtab82202 жыл бұрын
Waah
@yuvrajnashi38543 жыл бұрын
Thanks Sir,🙏🙏
@arungeorge78733 жыл бұрын
Thank you
@kaziakramul60814 жыл бұрын
Thanks.
@AryanGairola-th3qc Жыл бұрын
What if an array already contain -1 as an element
@harivigneshs54944 жыл бұрын
Super
@learnwithapk4 жыл бұрын
Thanks
@rehmanashraf3202 Жыл бұрын
❤
@kushkumar99364 жыл бұрын
thanku sir
@saisriangajala33384 жыл бұрын
Sir what if -1 is element of the array
@adityagupta28502 жыл бұрын
then the code will fail
@anujgupta77494 жыл бұрын
Seriously amazing sir but sir if -1 is an element of the array?
@abilash.m65884 жыл бұрын
It doesn't mean that you should keep -1 brother. It depends ... U can have any no., since ur giving the input through scanf u can be aware of the fact that which no. Is not used so that u can have that no. Instead of -1