macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / hemalatha
a.recursion
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is difference between class and structure?
What is pass by reference in c?
What is the condition that is applied with ?: Operator?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Which programming language is best for getting job 2020?
What are lookup tables in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are the loops in c?
Can you assign a different address to an array tag?
How can I get the current date or time of day in a c program?
Why do we need a structure?
Explain what is #line used for?
Are the variables argc and argv are local to main?