0
Interview questions about c++
Are there anybody here to talk about the general or spesific interview questions about c++? I can start with one of them : What's the difference between a struct and a class(best known interview question)? please write your answer and your questions. Thank you.
1 Answer
0
Hi ibrahim, here are some questions that were asked to me during interview:
1. What is the meaning of cpp in .cpp extension?
2. Write a Program to create a Link List?
3. What is malloc and calloc?