can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / jasbir singh
void main()
{
if(0)
{
}
}
if you use void with main function, you have no need to
return a value.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is a storage class?
What is iterator in c++?
What are the benefits of c++?
How come you find out if a linked-list is a cycle or not?
What are the advantages of c++?
What are the defining traits of an object-oriented language?
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
Write about a nested class and mention its use?
When you overload member functions, in what ways must they differ?
What is private public protected in c++?
What are c++ templates used for?
What is null c++?
How do I tokenize a string in c++?
What is class definition in c++ ?
What is a unnitialised pointer?