why reinterpret cast is considered dangerous?
No Answer is Posted For this Question
Be the First to Post Answer
The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
why we call c++ is object oriented lanaguage
what isthe difference between c structure and c++ class
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
When will a constructor executed?
What is overriding in oop?
Can we define a class within the interface?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
which is best institute to learn c,c++ in ameerpet hyderabad
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
What is the difference between an object and a class?
What is multilevel inheritance?