What is a syntax in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program for binary addition of two 8 bit numbers.
Write a C++ Program to Multiply two Numbers
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.
What is near, far and huge pointers? How many bytes are occupied by them?
explain the reference variable in c++?
How does atoi function work?
Why would you make a destructor virtual?
How to detect memory leaks in c++
Where the memory to the static variables is allocated?
Can you please explain the difference between static and dynamic binding of functions?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What is the maximum value of a unsigned char a) 255 b) 256 c) 128