Answer Posted / kamini
#include<stdio.h>
#include<conio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
void begin()
{
printf(" hello ARUN");
getch();
}
Ans was correct but if the function is declare int dn it has to be return some value so it should be void.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
int far *near * p; means
Can a local variable be volatile in c?
When a c file is executed there are many files that are automatically opened what are they files?
In C language what is a 'dangling pointer'?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is a newline escape sequence?
What is data structure in c programming?
When we use void main and int main?
What is the use of extern in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the deal on sprintf_s return value?
what is the difference between class and unio?
What are the c keywords?
What is the use of putchar function?
What are structural members?