Write a program to swap the content of two variables without using a third variable.
Explain that why C is procedural?
How to call a C++ function which is compiled with C++ compiler in C code?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
How do you initialize a static member of a class with return value of some function?
What is the difference between COM and CORBA?
When will you use shell script/Perl ahead of C/C++?
Write a program to find whether a given number is prime or not.
explain the term 'resource acquisition is initialization'?
What is RTTI and why do you need it?
What is array in C
write a program fibonacci series and palindrome program in c
What is volatile, register definition in C
Explain why C++ is not purely Object Oriented Language
How to enable cURL in PHP?