macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / subbu
answer is b
| Is This Answer Correct ? | 13 Yes | 18 No |
Post New Answer View All Answers
Is c programming hard?
What is indirection in c?
Explain what is a static function?
What is #include cctype?
Which is better pointer or array?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Why isnt there a numbered, multi-level break statement to break out
Explain union.
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Is it valid to address one element beyond the end of an array?
provide an example of the Group by clause, when would you use this clause
What is the difference between far and near ?
define string ?
Explain what is the difference between the expression '++a' and 'a++'?
How do we print only part of a string in c?