macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / prasanthi
a)recursion
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why string is used in c?
What is the difference between far and near in c?
Write a program to reverse a string.
Is there any possibility to create customized header file with c programming language?
How can you find the day of the week given the date?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What is the argument of a function in c?
how to find anagram without using string functions using only loops in c programming
Do you have any idea how to compare array with pointer in c?
What is the difference between int main and void main in c?
Explain the advantages of using macro in c language?
What are linked lists in c?
Can we increase size of array in c?