macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / yogendrra
type declaration
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between %d and %i?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the correct declaration of main?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Which header file is used for clrscr?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How do you define CONSTANT in C?
What is wrong with this program statement?
What are actual arguments?
Explain what is the purpose of "extern" keyword in a function declaration?
Difference between linking and loading?
How can you tell whether a program was compiled using c versus c++?
What are multidimensional arrays?
What are the features of the c language?