Is arr and &arr are same expression for an array?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ vb?
Is atoi safe?
Mention the purpose of istream class?
What is the use of setprecision in c++?
What is the purpose of ios::basefield in the following statement?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the difference between a constructor and a destructor in C++?
Explain queue. How it can be implemented?
How would you use the functions memcpy(), memset(), memmove()?
What is the importance of mutable keyword?
What is the use of map in c++?