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
Why is c++ not purely object oriented?
Do vectors start at 0 c++?
Describe Trees using C++ with an example.
What is a constant? Explain with an example.
Is there structure in c++?
Is c++ a good first language to learn?
What are protected members in c++?
What are the advantages of prototyping?
How do you clear a set in c++?
What is wrapper class in c++?
What is function overriding in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is the default access level?
Why namespace is used in c++?
What are c++ tokens?