Answer Posted / vidhya lakshmi d
#include<stdio.h>
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c preprocessor mean?
Explain continue keyword in c
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
what do you mean by enumeration constant?
What are different types of pointers?
What is new line escape sequence?
What is structure padding and packing in c?
Is a house a shell structure?
Explain how can you avoid including a header more than once?
How can I do peek and poke in c?
Can static variables be declared in a header file?
What is the purpose of scanf() and printf() functions?
Tell me about low level programming languages.
What are the general description for loop statement and available loop types in c?
Linked lists -- can you tell me how to check whether a linked list is circular?