macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / leo
a
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
What is getch c?
Can a variable be both static and volatile in c?
What is binary tree in c?
How can I prevent another program from modifying part of a file that I am modifying?
What are local variables c?
What is string in c language?
Compare array data type to pointer data type
What is the meaning of ?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
int far *near * p; means
Explain what does it mean when a pointer is used in an if statement?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are directives in c?
I heard that you have to include stdio.h before calling printf. Why?