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

What are static variables?

621


What is function overloading c++?

574


Can member data be public?

599


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

683


What is polymorphism & list its types in c++?

628






What are the benefits of c++?

574


What is a friend function in c++?

583


What does ctime() do?

620


Can we use struct in c++?

597


What is pointer -to-members in C++? Give their syntax?

599


What should main() return in c and c++?

531


What is class invariant in c++?

750


Can comments be nested?

632


What is wrapper class in c++?

632


What is copy constructor? Can we make copy constructor private in c++?

599