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
How would you use qsort() function to sort an array of structures?
Is c++ an oop?
What is an incomplete type in c++?
What do the keywords volatile and mean mutable?
Are vectors faster than arrays?
What are the comments in c++?
What does flush do c++?
Write about c++ storage classes?
Is atoi safe?
What is #include math h in c++?
What is the use of vtable?
What is the difference between C and CPP?
Explain the difference between class and struct in c++?
What is & in c++ function?
What is code reusability in c++?