What will be output of this one.. Pls solve in derails and give me details explanation.. I will rate (b) #include int main() int a, b; a = -3-- 3B b = -3 -- (-3); printf ( "a = %d b = %d\n", a, b ) ;...

What will be output of this one.. Pls solve in derails and give me details explanation.. I will rate(b) #include <stdio.h><br>int main()<br>int a, b;<br>a = -3-- 3B<br>b = -3 -- (-3);<br>printf (

Extracted text: (b) #include int main() int a, b; a = -3-- 3B b = -3 -- (-3); printf ( "a = %d b = %d\n", a, b ) ; return 0; }

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here