What does int * mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can I learn c++ in a week?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What is constant in c++ with example?
Is nan a c++?
Explain terminate() and unexpected() function?
"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,
What is the difference between #import and #include in c++?
Mention the purpose of istream class?
How can you quickly find the number of elements stored in a static array?
How many ways can a variable be initialized into in C++?
What is double in c++?