Determine output:
void main()
{
int c = - -2;
printf("c=%d", c);
}
Answers
Answered by
2
Answer:
you will have a error in c = --2.
so if c = 2
then output :- c=2
Similar questions