- 4
#include<stdio.h> void main() { int i=2, j=3; printf("%d\n",func(i,j));} int func(int a,int b) { a=a-5; b++; return(!a+- -b);}
What is output of the program?
2 Answers
+ 2
what is the complete program?
don't put long texts in title field... use description for that... or better, just post link to a code playground (from where you could get your answer by yourself ^^)