without a terminator how can we print a message in a printf
() function.
Answer Posted / dharmendra
we can make without using if,for,while statments.....
main()
{
fun(printf("\nCute Ramya !!!!!"));
}
fun(int i)
{
;;;;; i++
}
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are identifiers in c?
Why c is called top down?
application attempts to perform an operation?
What is static memory allocation?
Can we access array using pointer in c language?
Where we use clrscr 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
what are enumerations in C
Define C in your own Language.
Can you think of a logic behind the game minesweeper.
Is there any data type in c with variable size?
Tell me with an example the self-referential structure?
Which function in C can be used to append a string to another string?
Why void is used in c?
explain how do you use macro?