Answer Posted / siva koratani
#include<stdio.h>
#define begin m##a##i##n
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between procedural and declarative language?
Explain the difference between the local variable and global variable in c?
How do I copy files?
what is the difference between class and unio?
How important is structure in life?
What does 4d mean in c?
Why is c so important?
What is typedef?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is the difference between the local variable and global variable in c?
What is the difference between far and near ?
Why double pointer is used in c?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the benefit of using #define to declare a constant?