How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
1024How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
1083Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
1046Post New C++ General Questions
What happens if a pointer is deleted twice?
What is a character in c++?
What is std namespace in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Is empty stack c++?
What character terminates all character array strings a) b) . c) END
What are the types of pointer?
What is a modifier in c++?
Can we sort map in c++?
What is a constructor and how is it called?
Describe linkages and types of linkages?
How to declare an array of pointers to integer?
What are dynamic type checking?
Out of fgets() and gets() which function is safe to use and why?
What is scope operator in c++?