What is the output of the following * !program int main(void) { unsigned int a = 13; unsigned int b = 1; int c = 0; C = a & b; printf("Line 1 : Value ofc is %d and ", c); C = a

What is the output of the following program! *
What is the output of the following<br>* !program<br>int main(void)<br>{<br>unsigned int a = 13;<br>unsigned int b = 1;<br>int c = 0;<br>C = a & b;<br>printf(

Extracted text: What is the output of the following * !program int main(void) { unsigned int a = 13; unsigned int b = 1; int c = 0; C = a & b; printf("Line 1 : Value ofc is %d and ", c); C = a <« 1;="" printf("line="" 2:="" value="" ofc="" is="" %d\n",="" c);="" return="" 0;="" }="" line="" 1:="" value="" of="" c="" is="" 26="" and="" line="" 2:="" value="" of="" c="" is="" 1="" line="" 1:="" value="" of="" c="" is="" 13="" and="" line="" 2:="" value="" of="" c="" is="" 25="" line="" 1:="" value="" of="" c="" is="" 14="" and="" line="" 2:="" value="" of="" c="" is="" 26="" line="" 1:="" value="" of="" c="" is="" 1="" and="" line="" 2:="" value="" of="" c="" is="">

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here