#include<stdio.h>
int main()
{
int i = 10:
printf("%d". ++(-i)):
return 0;
]
Find the output for the above code
Answers
Answered by
7
Answer:
code is ++
Step-by-step explanation:
-i , returns 0
Similar questions