Answer Posted / harish[nttf]
#include<stdio.h>
void main()
{
printf("\"HAI""\"");
getch();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain void pointer?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain union. What are its advantages?
How can you find the exact size of a data type in c?
How to delete a node from linked list w/o using collectons?
Is c object oriented?
How can I use a preprocessorif expression to ?
Explain how can you determine the size of an allocated portion of memory?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is a struct c#?
What is the difference between arrays and pointers?
What is 1f in c?
What are the 4 types of unions?
Is it better to bitshift a value than to multiply by 2?
Explain what are the different data types in c?