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
What is the syntax for a for loop?
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. --- │ │ │ │ │ │ ---
What is c++ and its uses?
What is meant by the term name mangling in c++?
Explain the difference between class and struct in c++?
What are the stages in the development cycle?
What does obj stand for?
What are c++ data types?
Describe the advantages of operator overloading?
What is a static member?
What is while loops?
How are pointers type-cast?
Is there a c++ certification?
Write a program in C++ for Fibonacci series
What is copy constructor? Can we make copy constructor private in c++?