#include<stdio.h>
int main( )
{
Int a=300, b, c;
if(a>=400)
b=300;
c=200;
printf(“%d%d
”, b, c);
return0;
}
What is the difference between a structure and a union?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is main void in c?
What is #include cctype?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
how to print a statement in c without use of console statement ,with the help of if statement it should print
how can make variable not in registers
Explain what are the different data types in c?
how to compare two strings without using strcmp() function??
What is stack in c?
What are the three constants used in c?
How pointers are declared?