macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / viswa
type declaration
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is const and volatile in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain the array representation of a binary tree in C.
How do I get an accurate error status return from system on ms-dos?
please give me some tips for the placement in the TCS.
Explain a file operation in C with an example.
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
Explain what is the benefit of using enum to declare a constant?
How can I manipulate strings of multibyte characters?
Is c easier than java?
What is identifier in c?
How do you list files in a directory?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What are the 5 organizational structures?