Answer Posted / mail
in c we using printf and scanf
in c++ we using cin and cout
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What are types of structure?
How can I make it pause before closing the program output window?
If fflush wont work, what can I use to flush input?
What is linear search?
Is it better to use malloc() or calloc()?
What is extern variable in c with example?
Define Spanning-Tree Protocol (STP)
Can stdout be forced to print somewhere other than the screen?
What is the difference between formatted&unformatted i/o functions?
What is gets() function?
What extern c means?
How to compare array with pointer in c?
Is c still used?
Can you mix old-style and new-style function syntax?