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
Mention four important string handling functions in c languages .
What are the types of variables in c?
Can variables be declared anywhere in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How can I generate floating-point random numbers?
What are the scope of static variables?
What is difference between && and & in c?
What's the total generic pointer type?
What is null in c?
When we use void main and int main?
Explain how can you tell whether two strings are the same?
What is the difference between void main and main in c?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is use of pointer?
How do you determine whether to use a stream function or a low-level function?