Why are pointers not used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
difference between macro and function?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
an integer constant must have atleast one a) character b) digit c) decimal point
What is the difference between mutex and binary semaphore?
Explain static and dynamic memory allocation with an example each.
Write a program to find the reverse Fibonacci series starting from N.
What is endl?
What is #include cmath?
What is the difference between the indirection operator and the address of oper-ator?
What are the 4 types of library?
If there are two catch statements, one for base and one for derived, which should come first?