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
How are virtual functions implemented in c++?
What is private inheritance?
Can you please explain the difference between overloading and overriding?
What are the 4 types of library?
Explain queue. How it can be implemented?
Can we use pointers in c++?
What character terminates all character array strings a) b) . c) END
Explain how to initialize a const data member.
If I is an integer variable, which is faster ++i or i++?
what kind of projects are suitable for c and c++
What is c++ runtime?
What are friend classes? What are advantages of using friend classes?
Const char *p , char const *p What is the difference between the above two?
What are pointer-to-members in C++? Give their syntax.
What are the methods of exporting a function from a dll?