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 there finally in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
Explain the advantages of using friend classes.
What does the ios::ate argument do?
What is the purpose of template?
How do you add an element to a set in c++?
What is functions syntax in c++?
What are associate containers?
How do pointers work?
What is object in c++ wikipedia?
What is a map in c++?
What are pointer-to-members? Explain.
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Are strings mutable in c++?
What are shallow and deep copies?