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

Can a built-in function be recursive?

580


Is facebook written in c++?

558


What is the extraction operator and what does it do?

607


Can a class be static in c++?

563


What is the error in the code below and how should it be corrected?

300






Do you know what is overriding?

615


What is a unnitialised pointer?

527


What are stacks? Give an example where they are useful.

590


What is polymorphism and its type in c++?

588


What is the use of "new" operator?

655


Will c++ be replaced?

543


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

599


Are c and c++ similar?

580


Are strings mutable in c++?

692


what is C++ exceptional handling?

625