can anybody please tell me how to write a program in
c++,without using semicolon(;)

Answer Posted / amit

int main()
{

if(printf("can anybody tell me how to write "))
{
}
return 0;
}

Is This Answer Correct ?    3 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the characteristics of friend functions?

780


What is a class template?

825


What is meant by the term name mangling in c++?

734


How can you link a c program with a c function?

813


What are default parameters? How are they evaluated in c++ function?

920


Describe the advantages of operator overloading?

798


Describe exception handling concept with an example?

779


Write a C++ Program to check whether a number is prime number or not?

872


Is c++ used anymore?

848


What is a character in c++?

782


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

813


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

800


When is dynamic checking necessary?

810


What is array give example?

792


Write about the stack unwinding?

856