Hi Every one......... Please Any body give me the answer for
my question. Is it possible to print the word "PRINT F",
without using printf() statement in C-Language.
Answer Posted / raj
yes....use puts("PRINT F");
| Is This Answer Correct ? | 30 Yes | 3 No |
Post New Answer View All Answers
What is a char in c?
How can I remove the leading spaces from a string?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is the explanation for cyclic nature of data types in c?
How can I change their mode to binary?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are formal parameters?
Explain how can you determine the size of an allocated portion of memory?
What are structure types in C?
What is the use of a ‘ ’ character?
Write a program to print factorial of given number using recursion?
What is calloc in c?
What is default value of global variable in c?
What is void main () in c?
How can I get random integers in a certain range?