Answer Posted / kiran
yes
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of early binding?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is a container class?
What is a forward referencing and when should it be used?
Difference between Abstraction and encapsulation in C++?
What is #include math h in c++?
Explain dangling pointer.
What is the difference between a declaration and a definition?
Specify some guidelines that should be followed while overloading operators?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is data type in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is exception handling? Does c++ support exception handling?
What is the purpose of ios::basefield in the following statement?
What is the identity function in c++? How is it useful?