|
| guess the o/p3 by gurram shekar | #include<stdio.h>
#define calc(a,b) (a*b)/(a-b)
main()
{
int a = 20;
int b = 10;
printf("%d ",calc(a+4,b-2));
} | Views 15
Rating 0
Language C
Category Basics
Compiler Turbo C/C++
OS Windows
Last Modified 24th Dec 09 01:48:26 AM
|
|
|
|
|
|