What is the output of the following * !program int main(void) { int T = 1; if (T != 1) { printf(" You are NOT sure : "); else { printf("Are you sure : "); } printf("T=%d",T); return 0; } Are you sure...

What is the output of the following programWhat is the output of the following<br>* !program<br>int main(void)<br>{<br>int T = 1;<br>if (T != 1)<br>{<br>printf(

Extracted text: What is the output of the following * !program int main(void) { int T = 1; if (T != 1) { printf(" You are NOT sure : "); else { printf("Are you sure : "); } printf("T=%d",T); return 0; } Are you sure You are NOT sure O You are NOT sure : T=1 Are you sure : T=1 هذا السؤال مطلوب

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here