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
Why array is used in c?
What is the use of header?
What is scanf_s in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What type is sizeof?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is pass by reference in c?
Explain what is the difference between null and nul?
please explain every phase in the "SDLC" in the dotnet.
What are bitwise shift operators in c programming?
What is table lookup in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What functions are in conio h?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Explain which function in c can be used to append a string to another string?