Answer Posted / guest
By using the keyword ?extern?
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
What is iterator c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Write about the members that a derived class can add?
what are function pointers?
What is the limitation of cin while taking input for character array?
What can c++ be used for?
What are mutator methods in c++?
Explain some examples of operator overloading?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a block in c++?
What are c++ tokens?
Write a Program to find the largest of 4 no using macros.
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Is c the same as c++?
State the difference between pre and post increment/decrement operations.