print a "hello" word without using printf n puts in c language
Answer Posted / sandeep kumar yadav
fprintf(stdout,"Hello");
Is This Answer Correct ? | 11 Yes | 15 No |
Post New Answer View All Answers
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why pointers are used?
What is difference between structure and union?
What is difference between union and structure in c?
Explain what does a function declared as pascal do differently?
When we use void main and int main?
Write a C program to count the number of email on text
How can you pass an array to a function by value?
What is the use of header?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the auto keyword good for?
Are bit fields portable?
What are volatile variables in c?
What do you mean by c?