Test cases in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Test cases in C

How to include test cases in C for competitive coding? For eg:- if we give two kinds of inputs at the same time then it must give two different outputs at the same time.

17th Sep 2019, 3:30 PM
Bhargava Sai Deepak
Bhargava Sai Deepak - avatar
2 Answers
+ 2
Wouldn't that depend on the competition in question, on what they demand? (Not sure what you are asking.)
17th Sep 2019, 4:08 PM
HonFu
HonFu - avatar
+ 2
If you search unit test libraries, there are a lot on github (well, I made one ... but that would not be objective to advise you to use it 😛), googling it, you can also find other libraries But, as HonFu said, I also find this question not clear enough :/
17th Sep 2019, 8:17 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar