what is difference between internet and Internet?
Answer Posted / onkar tiwari
I am agree with ans 4
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is null pointer and void pointer and what is their use?
Can a program run without main?
What does std mean in c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
What are the restrictions apply to constructors and destructors?
How can you quickly find the number of elements stored in a dynamic array?
Why do we use classes in c++?
What is a terminating character in c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Which programming language's unsatisfactory performance led to the discovery of c++?
Can you write a function similar to printf()?
Can a program run without main function?
What is copy constructor? Can we make copy constructor private in c++?