print a "hello" word without using printf n puts in c language
Answer Posted / smith
#include<stdio.h>
#include<string.h>
void main()
{
printf("hello");
puts("hello");
}
| Is This Answer Correct ? | 3 Yes | 23 No |
Post New Answer View All Answers
Explain the difference between exit() and _exit() function?
Which is better pointer or array?
How to declare a variable?
Why is c faster?
What is pass by value in c?
Explain goto?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain what is the difference between functions abs() and fabs()?
What is array of structure in c programming?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is a far pointer in c?
What is the difference between class and object in c?
Hai what is the different types of versions and their differences
What is data structure in c and its types?