Answer Posted / guest
#include<stdio.h>
main()
{
printf("hai");
}
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
Tell us something about keyword 'auto'.
Is main a keyword in c?
What is methods in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is the use of putchar function?
Explain what is page thrashing?
What does == mean in texting?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
if p is a string contained in a string?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Is it possible to have a function as a parameter in another function?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the two forms of #include directive?
Differentiate fundamental data types and derived data types in C.
how to create duplicate link list using C???