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
Explain what data encapsulation is in c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
How does class accomplish data hiding in c++?
What is type of 'this' pointer?
What is the prototype of printf function?
What is c++ code?
What is difference between c++ 11 and c++ 14?
Which is the best c++ software?
What is vector pair in c++?
Is java the same as c++?
How should runtime errors be handled in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What are the benefits of pointers?
What is a namespace in c++?
What is the cout in c++?