How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that takes two numbers from user that prints the smallest number
Is map sorted c++?
Is there structure in c++?
Explain what is polymorphism in c++?
1.what is the difference between software & package &application.
What is abstraction in c++ with example?
Explain the uses oof nested class?
How would you implement a substr() function that extracts a sub string from a given string?
Describe functional overloading?
What are the rules for naming an identifier?
Explain the scope of resolution operator.
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?