Answer Posted / manju
#include<stdio.h>
main()
{
printf(""HAI"");
}
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
How many bytes is a struct in c?
Are comments included during the compilation stage and placed in the EXE file as well?
Is there anything like an ifdef for typedefs?
Why is extern used in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
When is a void pointer used?
Explain about the functions strcat() and strcmp()?
how to construct a simulator keeping the logical boolean gates in c
Explain what is output redirection?
What is infinite loop?
Which header file is essential for using strcmp function?
What is difference between constant pointer and constant variable?
What is character constants?
State the difference between realloc and free.
to find the closest pair