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 difference between class and structure?
Where is volatile variable stored?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is volatile c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are the types of data structures in c?
What is sizeof array?
Why c is called a mid level programming language?
How a string is stored in c?
How to declare a variable?
i got 75% in all semester am i eligible for your company
Write a program to swap two numbers without using third variable in c?
What oops means?
What are the features of c language?
What is the right type to use for boolean values in c? Is there a standard type?