Which one is better- macro or function?
No Answer is Posted For this Question
Be the First to Post Answer
What are arrays c++?
How do I use arrays in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the rule of three?
What is data structure in c++?
Brief explaination about #include<iostream.h>, cin and cout
Describe linkages and types of linkages?
What are Virtual Functions? How to implement virtual functions in "C" ?
Is c++ a low level language?
What you mean by early binding and late binding? How it is related to dynamic binding?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.