What is ios :: in in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of library?
Can we run c program in turbo c++?
Why is c++ called oops?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is dangling pointers?and what is memory leak?
write a C++ programming :if the no is between 32 to 50 it will be odd.
What is a namespace in c++?
Explain deep copy?
Difference between pointer to constant and constant pointer to a constant. Give example.
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What will i and j equal after the code below is executed? Explain your answer.
What is the use of endl in c++ give an example?