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 / veerababu
printf(" ");
| Is This Answer Correct ? | 4 Yes | 16 No |
Post New Answer View All Answers
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the use of volatile?
differentiate built-in functions and user – defined functions.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
all c language question
Do string constants represent numerical values?
What does the format %10.2 mean when included in a printf statement?
Write a program to generate the Fibinocci Series
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
What are the key features in c programming language?
What is an auto keyword in c?
Explain the use of #pragma exit?
What does != Mean in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are the rules for the identifier?