print a "hello" word without using printf n puts in c language
Answer Posted / prince
write(1, "Hello World", 11);
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc()?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is unary operator?
Why do we use static in c?
write a program to concatenation the string using switch case?
What is exit() function?
What is the c language function prototype?
Why does the call char scanf work?
What is stack in c?
What are the 4 types of programming language?
What is file in c language?
What are valid signatures for the Main function?
Where does the name "C" come from, anyway?