wap to print "hello world" without using the main function.
Answer Posted / thirupathi reddy
by using the comment lines we can get the output
| Is This Answer Correct ? | 7 Yes | 35 No |
Post New Answer View All Answers
What is declaration and definition in c?
List some of the dynamic data structures in C?
please give me some tips for the placement in the TCS.
How old is c programming language?
how to count no of words,characters,lines in a paragraph.
Does c have class?
How can I find the modification date and time of a file?
Which is an example of a structural homology?
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’s a signal? Explain what do I use signals for?
What does p mean in physics?
What is scanf_s in c?
How do you list a file’s date and time?
What does typedef struct mean?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.