can we print any string in c language without using
semicolon(;)(terminator) in whole program.
Answer Posted / k satish kumar reddy
main()
{
switch(printf("hello "))
{
}
}
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is union and structure in c?
write a program for the normal snake games find in most of the mobiles.
What is the size of structure in c?
differentiate built-in functions and user – defined functions.
What does typeof return in c?
What are global variables?
How we can insert comments in a c program?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain what are the advantages and disadvantages of a heap?
Stimulate calculator using Switch-case-default statement for two numbers
What is typeof in c?
What is the purpose of clrscr () printf () and getch ()?
Tell me when is a void pointer used?
What is static identifier?
Where in memory are my variables stored?