GATE_CSE3 Telegram 4693
Forwarded from Disha
What will be the output of the following C code?

#include <stdio.h>
#define foo(x, y) x / y + x
int main()
{
int i = -6, j = 3;
printf("%d\n",foo(i + j, 3));
return 0;
}
a) Divided by zero exception
b) Compile time error
c) -8
d) -4



tgoop.com/gate_cse3/4693
Create:
Last Update:

What will be the output of the following C code?

#include <stdio.h>
#define foo(x, y) x / y + x
int main()
{
int i = -6, j = 3;
printf("%d\n",foo(i + j, 3));
return 0;
}
a) Divided by zero exception
b) Compile time error
c) -8
d) -4

BY Computer Science quiz


Share with your friend now:
tgoop.com/gate_cse3/4693

View MORE
Open in Telegram


Telegram News

Date: |

With Bitcoin down 30% in the past week, some crypto traders have taken to Telegram to “voice” their feelings. Matt Hussey, editorial director of NEAR Protocol (and former editor-in-chief of Decrypt) responded to the news of the Telegram group with “#meIRL.” Hashtags 6How to manage your Telegram channel? How to Create a Private or Public Channel on Telegram?
from us


Telegram Computer Science quiz
FROM American