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
How can a struct in c++ differs from a struct in c?
Explain the operation of overloading of an assignment operator.
What is the main purpose of c++?
What is the use of 'using' declaration in c++?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What kind of problems can be solved by a namespace?
What is a c++ vector?
Tell me an example where stacks are useful?
Write a program to find the reverse Fibonacci series starting from N.
Explain the difference between c & c++?
How to declare an array of pointers to integer?
What is c++ good for?
What is a wchar_t in c++?
What is the difference between public and private data members?
Do you know the problem with overriding functions?