Answer Posted / guest
one name has many form in known an polymorphism
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
Explain function overloading
When do we run a shell in the unix system?
Explain the extern storage classes in c++.
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
Is swift faster than c++?
Can union be self referenced?
What is #include iostream h in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Write a c program for binary addition of two 8 bit numbers.
What is data type in c++?
Why do we use structure in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Comment on assignment operator in c++.
What is std :: flush?
Why are pointers used?