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

Explain linked list using c++ with an example?

637


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

643


What are arithmetic operators?

546


Explain what is oop?

621


What are the differences between malloc() and calloc()?

617






Explain one method to process an entire string as one unit?

938


Why main function is special in c++?

673


How do you generate a random number in c++?

607


What is the disadvantage of using a macro?

595


What is the role of copy constructor in copying of thrown objects?

604


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

566


How does c++ structure differ from c++ class?

590


What is the extension of c++?

519


What is using namespace std in c++?

614


How do you initialize a string in c++?

568