can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / sanjay singh
void main()
{
if(printf("i can try to write ... "))
{
}
}
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
What is a v-table?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
How do you clear a map in c++?
What is the two main roles of operating system?
What is c++ namespace?
How to declaring variables in c++?
How many characters are recognized by ANSI C++?
Is swift better than c++?
What is the use of map in c++?
Do you know the use of vtable?
What is the difference between the functions memmove() and memcpy()?
What is near, far and huge pointers? How many bytes are occupied by them?
Define namespace in c++?
Can we sort map in c++?
What is c++ programming language?