Can a Structure contain a Pointer to itself?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What are the uses of c++ in the real world?
What is a forward referencing and when should it be used?
How can you quickly find the number of elements stored in a dynamic array?
what are Access specifiers in C++ class? What are the types?
Write a C/C++ program to show the result of a stored procedure "PROC_RESET_MAIL" on database "USER_NOTIFY".
2 Answers ABC, Accenture, DataLand, HCL, Webyog,
What is the difference between an external iterator and an internal iterator?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Can I learn c++ without learning c?
Tell me what are static member functions?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Ask to write virtual base class code?