What is null and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of pointers?
How can you quickly find the number of elements stored in a dynamic array?
What is the extraction operator and what does it do?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
What are punctuators in c++?
Which is the best c++ compiler?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is :: operator in c++?
What do the header files usually contains?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Explain the term memory alignment?
What are the various compound assignment operators in c++?