Answer Posted / mohamed shafi k k
a namespace is a simply declarative region the main purpose
is to localize the names of identifiers to avoid name
name collisions .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can you link a c program with a c function?
What is wrapper class in c++?
what is C++ objects?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What programming language should I learn first?
What is an arraylist c++?
What is binary search in c++?
What is the difference between public, private, and protected access?
Define pre-condition and post-condition to a member function in c++?
How are the features of c++ different from c?
what are the decision making statements in C++? Explain if statement with an example?
How do I use arrays in c++?
What does ios :: app do in c++?
How do you find out if a linked-list has an end?