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 is the syntax for a for loop?

693


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1750


What is c++ and its uses?

721


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

608


Explain the difference between class and struct in c++?

673






What are the stages in the development cycle?

665


What does obj stand for?

729


What are c++ data types?

731


Describe the advantages of operator overloading?

669


What is a static member?

692


What is while loops?

706


How are pointers type-cast?

745


Is there a c++ certification?

687


Write a program in C++ for Fibonacci series

756


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

679