Featured
-
Difference between variable declaration globally and locally
During my project work I was working on a code in
by avishq -
Comparing float with a value
Hi everyone, I was looking at two C programs give
by avishq -
How to tokenize the simple “Hello World” program of C/c++ language.?
Hello all. Can anyone help me to create a C/C++
by manish.joshi -
Floyd cycle detection
Can anybody tell me the complexity of Floyd cycle
by avishq
Tags
How to calculate the ranking for students in a classroom using arrays only and sorting techniques
Hi there.
I have a task to Calculate the ranking for students in a classroom.
For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, ...