Deepika D C_expressions
see i want an explanation, can you help me to understand?
int a=5,b=10,d;
d=(a,b);
if d is printed the value of d is 10. I just want to know that d=(a,b); what it evaluates?
Like · Comment ·
Pavan Gupta and Savan Patel like this

Kajal Kariya

15
Like ·

Kajal Kariya

50
Like ·

Pavan Gupta

int no_name (int a,int b)/* body of statement */{ return a*b/a;}
Like ·

Hardik Mistry

My Dear The Answer Is 4..
Like ·

Hardik Mistry

My Dear The Exate Coding is :- void main() -> int a,b,c,d: -> a=5,b=10,c=++a-b; -> printf("%d",a,b,c); & Output 4 it :- a=6,b=10,c=4
Like ·

Hardik Mistry

d=b+++a; -> answer will be a=5,b=11,d=16
Like ·

Hardik Mistry

Thn write getch() & all dht...-> indicates next line
Like ·
Download Android App