#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);} | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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?

28th Feb 2021, 3:43 PM
Ish Jaiswal
Ish Jaiswal - avatar
1 Resposta
+ 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 ^^)
28th Feb 2021, 3:53 PM
visph
visph - avatar