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
How will you declare an array of three function pointers where each function receives two ints and returns a float?
code for find determinent of amatrix
where are auto variables stored? What are the characteristics of an auto variable?
Explain union. What are its advantages?
Why is c platform dependent?
how to create duplicate link list using C???
explain what are actual arguments?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
c program for searching a student details among 10 student details
What is a string?
Is it better to use a macro or a function?
what is the significance of static storage class specifier?
What is a shell structure examples?
What is the use of a conditional inclusion statement in C?
What is signed and unsigned?