Hello Brother, I appreciate your efforts🎉. But one suggestion from my side -> while writing Question on black screen use bright colors like (yellow, white etc. ) so that it is clearly visible 😊.
hiiiiiiiii great video i loved it one doubt we can code in any language for the coding session ? and we need to have intermediate knowledge of c,c++,python, kotlin for therory part am i correct ?
Thanks Utkarsh.. I have uploaded all shift solutions + one shot for Array and String questions must watch video, questions are coming from 1 shot, have a quick look at shift solutions of 30th April.
Yes, it is user friendly. This will be given in the question if in the question we need to create an array then the size will be given. That's why I always recommend having another language.
In case of float just a small modification use float instead of int, your work is done. Yes, if you want to take float then it is possible that the value of the array can also be filled with float.
There will be 2 questions in tcs nqt exam. Solve both problems for prime role. If your aptitude preparation is not good then solve at least one and a half of another problem. Or solve 1 question and perform average in aptitude then you are eligible for digital.
@@PrimeCoding19 what if i solve 2 coding question with all tc passes and 0 aptitude ? and if someone got interview call for prime and he was rejected then is he has to start again from scratch(means from giving exam) ?
Hello Everyone, I hope you understood the concept. If you have any doubts please write in into comments. All the best.
Where can I find the codes which u explained in this video?
@PrimeCoding19
Where can I find the codes which u explained in this video?
Hello Brother, I appreciate your efforts🎉. But one suggestion from my side -> while writing Question on black screen use bright colors like (yellow, white etc. ) so that it is clearly visible 😊.
Of course, please check out the other videos I've improved.
lots of love towards ur effort.....
Much appreciated. It really takes a lot of hard work. All the best for your exam.
hiiiiiiiii great video i loved it
one doubt we can code in any language for the coding session ? and we need to have intermediate knowledge of c,c++,python, kotlin for therory part am i correct ?
nice work broo
Thanks Utkarsh.. I have uploaded all shift solutions + one shot for Array and String questions must watch video, questions are coming from 1 shot, have a quick look at shift solutions of 30th April.
Great knowledge 🎓
Thank you!
Nice Explanation !
Thanks chirag. Keep supporting.
Best explanation 🤌🏻 love it
Thanks
Great share
Thanks Akash!
sir for tcs nqt we just need to fill the function a sir or else we have to write the entire code
You need to write entire program.
Bro the first question can still be optimized to O(1) rather than O(m-n)
Where can I find the codes which u explained in this video?
check description, GITHUB link is provided
Best channel i have found for preparation of service based companies!! Hats off brother for your hard work.
Thanks Shubh, it means a lot.
Do watch video tutorials of all shifts, this will help you to succeed in the any coding exam.
share with your friends.
n,m=map(int,input().split())
s=0
for i in range(n,m+1):
s+=i**3
print(s)
Sir i solved only the first coding question, can i get digital?
Hello, No for digital u need to solve both questions.
u got anythingg??
@@PrimeCoding19 for digital , it is enough to solve one coding question. Right sir?
hello!! were the questions asked from dsa? or non DSA? plz reply
can u tell how to take input in c++/java??
Hello,
Watch my video how to take input in ycs nqt exam. You can find it on my channel.
Thank you
How to get array as input in c/c++ without knowing the array size.
Is the compiler user friendly on c/c++.
Yes, it is user friendly.
This will be given in the question if in the question we need to create an array then the size will be given. That's why I always recommend having another language.
vector arr;
int num;
while (cin >> num) {
arr.push_back(num);
if (cin.get() == '
') break;
}
you can try this, it will work.
@@PrimeCoding19 thanks
where is link of c++ code
brother
Bro, we were supposed to take float as input because of decimals in second value. But I kept on getting input mismatch error.
In case of float just a small modification use float instead of int, your work is done.
Yes, if you want to take float then it is possible that the value of the array can also be filled with float.
I want talk with you.
What is the process.
telegram!
n=int(input())
maxcost=0
itemcost=0
maxitem=""
totalsell=0
avg=0
for i in range(n):
details=input().split()
item=details[0]
quantity=int(details[1])
price=int(details[2])
itemcost=quantity*price
totalsell+=itemcost
if itemcost>maxcost:
maxcost=itemcost
maxitem=item
avg=totalsell/n
print(f"{item}
{totalsell}
{avg:.2f}")
please improve your audio
Isse Aur bekar background color le le te..
Sorry about that, but as time passed.. you can see the change in quality!
@@PrimeCoding19 ok bro no problem
Kitne questions rehte 2 ya 3 ...and digital k liye kitna solve krna padta hai and prime k liye kitna ? Anyone ?
There will be 2 questions in tcs nqt exam.
Solve both problems for prime role.
If your aptitude preparation is not good then solve at least one and a half of another problem.
Or solve 1 question and perform average in aptitude then you are eligible for digital.
@@PrimeCoding19
what if i solve 2 coding question with all tc passes and 0 aptitude ?
and if someone got interview call for prime and he was rejected then is he has to start again from scratch(means from giving exam) ?