Check your indentations!
Be Careful about your pre and post increment for i(++i, i++). Because of which you get 299 for i(++i)
solved Why is this giving me this output?
Check your indentations!
Be Careful about your pre and post increment for i(++i, i++). Because of which you get 299 for i(++i)
solved Why is this giving me this output?