can anybody please tell me how to write a program in
c++,without using semicolon(;)
Answer Posted / anonymous
#include<iostream.h>
void main()
{
}
/*this is also a c++ prog.it is never said dat main body
cannot be empty*/
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can you write a function similar to printf()?
What is setf in c++?
What are shallow and deep copy?
What are the two types of comments, and how do they differ?
To what does “event-driven” refer?
Which is most difficult programming language?
Why is main an int?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How to access a variable of the structure?
What are put and get pointers?
What is the difference between #import and #include?
Is swift a good first language?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the use of class in c++?
What is the best c c++ compiler for windows?