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 stream in c programming?
Do pointers need to be initialized?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What are the functions to open and close file in c language?
What are the string functions? List some string functions available in c.
Why is sprintf unsafe?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What are pointers?
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
What are different storage class specifiers in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is the most efficient way to count the number of bits which are set in an integer?
Explain what are run-time errors?
Who invented bcpl language?
Can true be a variable name in c?