How #define works?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of macro program
write a program for fibonaci series by using while loop in c?
How is a pointer variable declared?
What is the process of writing the null pointer?
What is adt in c programming?
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);
What does == mean in texting?
why arithmetic operation can’t be performed on a void pointer?
How many bytes are occupied by near, far and huge pointers (dos)?
mplementation of stack using any programing language
How we can set and clear bit in a byte using macro function?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.