how can u print a message without using any library function
in c
Answer / sreekanth
void main()
{
clrscr();
printf("Hello World");
getch();
}
| Is This Answer Correct ? | 5 Yes | 24 No |
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Why clrscr is used in c?
What is void main () in c?
Read two numbers from keyboard and find maximum of them?
What is c programing language?
Difference between malloc() and calloc() function?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
what is calloc and malloc?
What are the standard predefined macros?
What is echo in c programming?
How many types of errors are there in c language? Explain
write a c program to find the probability of random numbers between 1-1000