Math, asked by akhilkumarak841, 2 months ago

#include<stdio.h>
int main()
{
int i = 10:
printf("%d". ++(-i)):
return 0;
]
Find the output for the above code​

Answers

Answered by gaggi0000
7

Answer:

code is ++

Step-by-step explanation:

-i , returns 0

Similar questions