What is the basic difference between C and C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is cloning?
What are the uses of static class data?
What is std :: endl?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What are built-in functions? What is the syntax for the definition?
Are php strings immutable?
How a macro differs from a template?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is this pointer in c++?
What is a terminating character in c++?
What is the topic of the C++ FAQ list?
What is the outcome of cout< a) 16 b) 17 c) 16.5