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
What is difference between stdio h and conio h?
Why shouldn’t I start variable names with underscores?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Explain the advantages and disadvantages of macros.
What is the advantage of using #define to declare a constant?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Is fortran faster than c?
Write the Program to reverse a string using pointers.
Write a program on swapping (100, 50)
code for quick sort?
What is a program flowchart and how does it help in writing a program?
Is javascript based on c?
Why does this code crash?
How variables are declared in c?
What is the importance of c in your views?