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
How many keywords are there in c?
When should we use pointers in a c program?
What are the advantages of Macro over function?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is the difference between single charater constant and string constant?
What does == mean in texting?
What are header files? What are their uses?
What is indirection in c?
How do c compilers work?
How do you use a 'Local Block'?
Explain how do you search data in a data file using random access method?
Why we use stdio h in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
please send me the code for multiplying sparse matrix using c
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if