this is a very very basic question but while coding i got stuck.
in c++ we use the statement:
if (back_tracking(0, y + 1))
to check some condition but while coding in c# it says cannot convert implicitely int to bool!
anybody kindly tell me whats the workaround in c#