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 |
Explain what does the format %10.2 mean when included in a printf statement?
Why is sprintf unsafe?
What is the difference between variable declaration and variable definition in c?
What are loops c?
Can you define which header file to include at compile time?
what is a function pointer and how all to declare ,define and implement it ???
Apart from dennis ritchie who the other person who contributed in design of c language.
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
hat is a pointer?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
Three major criteria of scheduling.
c program to arrange digits in a no in ascending and descending order