Answer Posted / ajithbalaji
Both r wrong
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\"hello\"");
getch();
}
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can I do peek and poke in c?
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.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What do you mean by dynamic memory allocation in c? What functions are used?
Which node is more powerful and can handle local information processing or graphics processing?
Explain Basic concepts of C language?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Write the Program to reverse a string using pointers.
Explain what is the difference between text files and binary files?
How can I find the modification date of a file?
Differentiate between functions getch() and getche().
Do pointers take up memory?
What is the size of enum in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What does d mean?