How would you find out if a linked-list is a cycle or not?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is an associative container in c++?
What is atoi?
What is a memory leak c++?
Can I learn c++ without learning c?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
They will ask u question about single linked list?. Write Code for to insert delete node.
Differentiate between a deep copy and a shallow copy?
What is virtual base class uses?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
write a program that takes 5 digit no and calculate 2 power that no and print it.
What is the difference between the functions memmove() and memcpy()?