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 are the characteristics of friend functions?
What is a class template?
What is meant by the term name mangling in c++?
How can you link a c program with a c function?
What are default parameters? How are they evaluated in c++ function?
Describe the advantages of operator overloading?
Describe exception handling concept with an example?
Write a C++ Program to check whether a number is prime number or not?
Is c++ used anymore?
What is a character in c++?
Mention the ways in which parameterized can be invoked. Give an example of each.
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
When is dynamic checking necessary?
What is array give example?
Write about the stack unwinding?