Computer Science, asked by mirha42, 6 months ago

#include<stdio.h>

void main()

{

int a=100,b=200,c;

c=(a==100||b>200);

printf(“The value of c is = %d”,c);

}​

Answers

Answered by YUVILOVE2009
0

Answer:

#include<stdio.h> int main(). { int a = 5; switch(a). { default: a = 4; case 6: a--; case 5: a = a+1; case 1: a = a-1;. } printf("%d \n",a); return 0;. } (a) 5. (b ) 4. (c) 3. (d) None of these. 5. What is the output of the following ...

Imagenptel.ac.in › downloads_newPDF

Similar questions