can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / amit
int main()
{
if(printf("can anybody tell me how to write "))
{
}
return 0;
}
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
Can you please explain the difference between using macro and inline functions?
How do you print a string on the printer?
Who calls main function?
Can java be faster than c++?
What are the general quetions are in DEna bank manager IT/System interviews?
Refer to a name of class or function that is defined within a namespace?
What does count ++ do in c++?
What are vtable and vptr?
Is c++ vector a linked list?
What is flush programming?
What is token c++?
What is the purpose of templates in c++?
What is the use of endl?
Explain the concept of copy constructor?
What do you mean by inheritance in c++?