Answer Posted / arun kumar
#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)
int begin()
{
printf(" hello ARUN");
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the heap?
Can you assign a different address to an array tag?
Explain how does free() know explain how much memory to release?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is double pointer?
How arrays can be passed to a user defined function
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
write a proram to reverse the string using switch case?
Write a program to check armstrong number in c?
How can I direct output to the printer?
What does typedef struct mean?
What are dangling pointers in c?
How do you use a pointer to a function?
How can you return multiple values from a function?
What is the advantage of an array over individual variables?