Explain the term memory alignment?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by a pure virtual member function?
What is the operator in c++?
Can a program run without main?
Differentiate between structure and class in c++.
What are literals in C++?
What is the difference between public, private, protected inheritance?
Explain the difference between struct and class in terms of access modifier.
What are structs in c++?
What is the best c++ book?
What is OOPs
Explain how a pointer to function can be declared in C++?
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.