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
Is overriding possible in c++?
what Is DCS ? what i will get benefit when i did?
Can you pass a vector to a function?
Why should you learn c++?
What is function overloading c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is double in c++?
Is c++ a software?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is functions syntax in c++?
What is #include ctype h in c++?
What is meant by forward referencing and when should it be used?
How do you establish a has-a relationship?
What is the header file for setw?