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
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Is there a c++ certification?
Do you know about C++ 11 standard?
Explain "const" reference arguments in function?
What can c++ be used for?
Name the implicit member functions of a class.
What causes a runtime error c++?
Is c++ fully object oriented?
Describe the advantages of operator overloading?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What is function declaration in c++ with example?
What do you mean by a template?
What is c++ used for in games?
When is dynamic checking necessary?