1. Explain about object slicing & object splitting?
2. Difference b/w C complier & C++ complier?
3. How complier knows it should call, single argument function (it does not know how many arguments you are passed away)?
4. Explain about polymorphism (overloading & overriding)?
5. What is name handling & regarding name handler?
6. Explain about associates & composition?
7. Spectrum of electromagnetic frequency ranges?
8. What is modulation?
Design and Gate using Mux?
Explain about Linking (Dynamic & Static)?
1. What is pure virtual function?
2. What is storage class?
3. Write a program to implement stack?
4. Write a program to reverse a number?
5. What is deadlock?
6. What is the difference b/w Deadlock & Mutex?
7. What is file system?
8. How many layers are there in TCP/IP?
9. What is the difference b/w Linked List & Arrays?
10. What are data types?
11. What is the difference b/w structure & Class?
12. What is the size of union?
union test
{
int a[10];
char b[10];
flaot c;
};
No comments:
Post a Comment