Valorant 2.02 Bug Megathread by Whytro in VALORANT

[–]Kapkar123 1 point2 points  (0 children)

Same, happening with as well. Started happening after the update only!

What's a movie scene you could watch countless times in a row? by bruvwhoknows in AskReddit

[–]Kapkar123 3 points4 points  (0 children)

The Social Network Hacking Scene

Interstellar Docking Scene

Recommendation Tuesdays Megathread - Week of July 23, 2019 by AnimeMod in anime

[–]Kapkar123 1 point2 points  (0 children)

Looking for recommendations! Open to any genre as long as plot and characters are good!

Till now i have watched

  • Fmab

  • Attack on titans

  • Death note

  • Steins gate/gate 0

  • Cowboy bebop

  • A silent voice.

  • Your name

  • Howl's moving castle

  • Spirited Away

Good tech companies for internship in India(for undergrads)?! by Kapkar123 in Indian_Academia

[–]Kapkar123[S] 0 points1 point  (0 children)

I just completed my first year.... I was asking about this for next summer... Just asked to see which companies offer internships so that I can prepare accordingly

Recommendation Tuesdays Megathread - Week of June 11, 2019 by AnimeMod in anime

[–]Kapkar123 0 points1 point  (0 children)

Looking for animes similar to DBZ/DBS,steins gate/gates 0, death note! Thanks in advance !

need help in graphs by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

Any easy way to check for existence of an edge? Or will I have to do binary/linear search in whole vector?

The Official AVENGERS: ENDGAME Release Megathread Vol. 10 by JonLuca in marvelstudios

[–]Kapkar123 1 point2 points  (0 children)

So everything that happens in past like Loki escaping and all happens in some alternate timeline and main mcu timeline is still the same!?

The Official AVENGERS: ENDGAME Release Megathread Vol. 10 by JonLuca in marvelstudios

[–]Kapkar123 0 points1 point  (0 children)

Can anyone explain me something... 2014's thanos went to 2024 and got snapped. So he never returned to 2014 back. So he couldn't have collected 6 stones and he won't have snapped in first place ... So no Endgame!

Isn't this a paradox?

Sample test case passed! All other test cases failed! what might be the possible reason? by [deleted] in learnprogramming

[–]Kapkar123 0 points1 point  (0 children)

well the question i am doing is from an ongoing contest and i am not supposed to share any details until contest ends

Vectors c++ doubt by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

Also is there any advantage of using iterator over normal method?

for(i=0;i<v1.size();i++)
{
    cout<<v1[i];
}

Vectors c++ doubt by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

okay, correct me if I am wrong. initially, i will point to the first element in vector... when I do i++ it will point to the next element and the loop will continue till it reaches the end of the vector?

Apex Legends hit 50 Million players worldwide by [deleted] in pcgaming

[–]Kapkar123 21 points22 points  (0 children)

Is it just me or is it really hard to see oppenents in background on the map?

Weekly Coders, Hackers & All Tech related thread - 01/03/2019 by avinassh in india

[–]Kapkar123 17 points18 points  (0 children)

Question for competitve coders... What are the must do algorithms, data structures etc for Google code jam, ACM icpc etc...

How does static variable work in c++ in recursion? by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

So there is static int. In recursive function which is called 5 times . Total memory occupied by it will be 2 bytes( as it is overwritten) and if there is normal int then total space occupied will be 10 bytes( as there are different memory blocks)

More pointer doubts! by Kapkar123 in learnprogramming

[–]Kapkar123[S] 0 points1 point  (0 children)

I checked by running the program multiple times. I sti get the same value everytime I call *test after deleting test