Answer Posted / diwakar prasad singh
#include<stdio.h>
main()
{
printf("hello");
}
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is restrict keyword in c?
What is an auto keyword in c?
What is masking?
Why doesnt long int work?
What is the use of bitwise operator?
The file stdio.h, what does it contain?
What is sizeof in c?
How can I get the current date or time of day in a c program?
What are the difference between a free-standing and a hosted environment?
Difference between strcpy() and memcpy() function?
What is meant by realloc()?
can anyone please tell about the nested interrupts?
how can use subset in c program and give more example
How to implement a packet in C
explain what is a newline escape sequence?