what are advantages of U D F?
Answer / manav kothari
You just need to include appropriate header files to use these functions. These are already declared and defined in C ...
| Is This Answer Correct ? | 0 Yes | 0 No |
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
SRUCTURE PROGRAMMING
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
The statement, int(*x[]) () what does in indicate?
What is meant by gets in c?
Can we use visual studio for c?
inline function is there in c language?
What is type qualifiers?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
prototype of sine function.
How can we open a file in Binary mode and Text mode?what is the difference?