#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 self-referential structure in c programming?
What is strcpy() function?
what r callback function?
how do you programme Carrier Sense Multiple Access
What is the purpose of sprintf() function?
What is an array in c?
Famous puzzles which are generally asked by companies during interviews ?
write a program to print the one dimensional array.
What does node * mean?
What is substring in c?
what are the various memory handling mechanisms in C ?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.