What will be the output of following program
#include
main()
{
int x,y = 10;
x = y * NULL;
printf("%d",x);
}
What language is windows 1.0 written?
Is it possible to initialize a variable at the time it was declared?
Explain what is #line used for?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is struct node in c?
How many levels of pointers have?
What are the 4 types of programming language?
List a few unconditional control statement in c.
What is the difference between functions abs() and fabs()?
What is a MAC Address?
What is a volatile keyword in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)