Answer Posted / anil kumar nahak
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the two forms of #include directive?
What is c language and why we use it?
How do you construct an increment statement or decrement statement in C?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the use of getch ()?
to find the closest pair
Why do we need arrays in c?
Explain what are multibyte characters?
What is use of null pointer in c?
What is the size of enum in bytes?
What is the difference between int main and void main?
What is keyword with example?
Is c is a procedural language?
What does nil mean in c?