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


Please Help Members By Posting Answers For Below Questions

Is there finally in c++?

712


Mention the ways in which parameterized can be invoked. Give an example of each.

674


Explain the advantages of using friend classes.

695


What does the ios::ate argument do?

772


What is the purpose of template?

709






How do you add an element to a set in c++?

643


What is functions syntax in c++?

710


What are associate containers?

698


How do pointers work?

808


What is object in c++ wikipedia?

645


What is a map in c++?

687


What are pointer-to-members? Explain.

716


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

707


Are strings mutable in c++?

782


What are shallow and deep copies?

724