write c program without semicolon
Answer Posted / saurabh rakhecha
int main()
{
if (printf(" Hello"))
{
// EMPTY
}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are the preprocessor categories?
What is calloc in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How do I round numbers?
What is meant by preprocessor in c?
What is the difference between printf and scanf in c?
What is pass by value in c?
Are the variables argc and argv are local to main?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain what happens if you free a pointer twice?
What are the types of type qualifiers in c?
What are volatile variables in c?
What is string constants?