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
Explain Memory Allocation in C/C++ ?
What is private inheritance?
Which software is best for coding?
Explain operator overloading.
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What are the benefits of oop in c++?
Why use of template is better than a base class?
What is ostream in c++?
What return value must conversion operators have in their declaration?
What are c++ templates used for?
Difference between a copy constructor and an assignment operator.
Which is the best c++ compiler?
What is cin clear () in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)