Can malloc be used in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is flag in computer?
What is the basic structure of c++ program?
What is null pointer and void pointer?
Incase of a function declaration, what is extern means?
Write a Program to find the largest of 4 no using macros.
What is std :: flush?
Define pointers?
Which bit wise operator is suitable for turning off a particular bit in a number?
What are the two types of comments?
Can you explicitly call a destructor on a local variable?
What is the difference between a definition and a declaration?
Write about a nested class and mention its use?
Is c++ free?