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 |
write a programme to convert temperature from farenheit to celcius?
What is default value of global variable in c?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
What is the difference between array_name and &array_name?
write a program to rearrange the array such way that all even elements should come first and next come odd
write a own function to compare two strings with out using stringcomparition function?
what does ‘segmentation violation’ mean?
What is structure padding ?
what is the use of ~ in c lang?????
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is function prototype in c with example?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).