Amazing explained this programme thank you for this 👍👍👍👍
@suvamroy94268 жыл бұрын
Thanks a lot sir, your videos are life saving !! By the way can you provide the code "express a number as a sum of three/four prime numbers"? e.g:: 19=3+5+11 or 17=2+3+5+7
@lifeofsq56534 жыл бұрын
Sir you are genius !!!
@hary40654 жыл бұрын
wow, that feels great. when you code it yourself. All I needed to watch the first 5 minutes. and it is done
@anjneykumarsingh44614 жыл бұрын
That's the main logic
@christinaarungeorge43644 жыл бұрын
yeah
@abstract_VnSn5 жыл бұрын
Great explanation sir! Loved it.. Aap bahat achche kaam kr rehe hoo.. Free mein knowledge de rehe hoo... Take a bow.. Dil se..
@ashishmehtaofficial238 жыл бұрын
Thanx A lot Sir... I'm Wating for this Video.. You are Great sir..
@kulwinderbhatoa55784 жыл бұрын
OMG⚡ what an explanation!!!!
@haveagreatdaywithpeace6 жыл бұрын
Thanks alot Sir. It's really helped me alot
@anjneykumarsingh44614 жыл бұрын
Can u help me after sir c practice session where should I practice
@anjneykumarsingh44614 жыл бұрын
Source
@damagelyf7 жыл бұрын
i love to listen you.....sir..u r awesome
@christinaarungeorge43644 жыл бұрын
thank you it was useful, thanks
@starkendeavours70722 жыл бұрын
Sir, optimise the code. It may give TLE runtime error. The Logic is totally fine.
@sulekhanandi11164 жыл бұрын
Bro, 2 is prime number.
@MrHowTo-cw2op6 жыл бұрын
amazing
@danishiqbal6707 жыл бұрын
Sir return(0) return(1) Q mention kiye?? Last ka function mein
@MaleAdaptor4 жыл бұрын
I wish this was in English.. Could you add a translation?
@shivanipatel99607 жыл бұрын
sir how to calculate electricity bill in c language sir i am beginner so plz make video for this
@sumankumar31082 жыл бұрын
Sir 2 is a prime number and 3 is a composite number
@padhumahi8354 жыл бұрын
whether I search for programs urs will come first but I dont know hindi can u pls explain in English also pls😔
@Travel_brat6 жыл бұрын
Sir why we have returned (0) and (1) in isprime function and also we dont have checked if x is prime or not ...
@kulwinderbhatoa55784 жыл бұрын
0 = false and 1= true
@rethsitha44387 жыл бұрын
Thanks a lot of your videos
@misalchugh89015 жыл бұрын
sir can you explain this code in python.......
@musicboom19942 жыл бұрын
thanks a lot sir
@prasanna84625 жыл бұрын
I want this video in english explanation
@tushartyagi37855 жыл бұрын
Function se or program btadete sir such as fabonacci series
@kuldeepmishra12067 жыл бұрын
sir ur vidios are awsome but going throgh nielit questions papers i m getting imense confused in c programming . while trying to sole pz tel me 1.5 For the following definitions char a[] = "Hello World!"; int i; Which of the following loop will print the output a s Hello World! A) for (i = 0; a[i] != '/0'; i++) printf("%s", a[i]); B) for (i = 0; a[i] != '/0'; i++) printf("%c", a[i]); C) for (i = 0; a[i] != '\0'; i++) printf("%s", a[i]); D) for (i = 0; a[i] != '\0'; i++) printf("%c", a[i]); and in the above programme in case of A if i put '/0'is repalced by any character such as // it gets infinite loop and if i put '\0' it gets only output 11 times ..why as i did in code blocks void main() { char a[] = "Hello World!"; int i=0; while(a[i]!='/0') { printf("%d",i); printf("%s ", a); getch(); } }and pz explain all the optoion..
@Addictionunlocked3 жыл бұрын
Sir it is not working for 11 .. bcz 11 is not the sum of any two prime numbers
@sumanbharti1227 жыл бұрын
sir but mera to pura output show ho raha h means after 17+17 ke bad v show ho raha h but apke programm m to nahi hua ta jbki mn apka hi program execute kara ta kya problem h jo aisa show ho raha h
@ifthekar44157 жыл бұрын
sir when we have to use return 0 and return 1 . I saw on google it say that in main() it's meaning is different and in function it's meaning is different but i did not understand totally so please explain in simple manner
@Shahed18233 жыл бұрын
Can you explain you're problem once again I can't understand your q.
@rangamdeka61782 жыл бұрын
@@Shahed1823 Bro why have Sir used do while loop can you explain?
@starkendeavours70722 жыл бұрын
@@rangamdeka6178 you need to check from (n+1)th number, for nextPrime. you could have use while loop too, in that case you need to increment n outside loop. here do while incrementing n without checking condition at first.
@JageshwarSah7 жыл бұрын
Could you plz provide Video lecture on Computer organisation and architecture, my preferred book in structured computer organisation by tenenbaun
@mysirgdotcom7 жыл бұрын
Visit www.mysirg.com and see computer fundamentals course
@madhaviborhade91177 жыл бұрын
Sir, when i am going to compile this program on turbo, system is asking prototype of nextprime and isprime function. pls. advise.
@persianhenry28976 жыл бұрын
In c++ you have to include the function prototype top of the code.
@tarunpandey96404 жыл бұрын
Function ko declare nhi kiya shi se
@aniruddhabose36856 жыл бұрын
Sir i didnt understand that while(!isPrime(n))
@haveagreatdaywithpeace6 жыл бұрын
well I think u don't have proper knowledge of do while loop. In do while loop If the condition is true, the flow of control jumps back to the do portion. what we want to get here is next prime so if number is not prime jump back to do part and increment number by 1. If number is prime then jump out of the loop and return that next prime number. Have a nice day :-)
@geethikap64974 жыл бұрын
@@haveagreatdaywithpeace thankuuuu👍
@shivanigoswami27734 жыл бұрын
@@haveagreatdaywithpeace but it does not work properly
@amaansiddiqui7344 жыл бұрын
❤
@FANSasFRIENDS3 жыл бұрын
Sir Ji ne aakhir kaar apna name add to Dictionary kr hi diya.😂😂
@rekhaasha47794 жыл бұрын
Sahi sums📲📲
@prableenkaur10984 жыл бұрын
i really needed it . (-:
@aryan_rai8 жыл бұрын
Your videos are really good but you made a mistake, 2 is a prime number
@aryan_rai8 жыл бұрын
Im really sorry I know I should have watched the whole video. Nevermind me I hava a tendency to get mad at things very easily. By the way you are the only Indian teacher I can rely on.