can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / sanjay singh
void main()
{
if(printf("i can try to write ... "))
{
}
}
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
Program to check whether a word is a sub-string or not of a string typed
Why ctype h is used in c++?
What is #include iomanip?
Explain the isa and hasa class relationships. How would you implement each?
What character terminates all character array strings a) b) . c) END
What is oops in c++?
Which coding certification is best?
What is a stack c++?
Tell me can a pure virtual function have an implementation?
What is a virtual destructor? Explain the use of it?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Define vptr.
Explain what are the sizes and ranges of the basic c++ data types?
How does a C++ structure differ from a C++ class?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort