Why is #define used?
No Answer is Posted For this Question
Be the First to Post Answer
All technical questions
What is the right type to use for boolean values in c? Is there a standard type?
Explain what is wrong with this statement? Myname = ?robin?;
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
What should malloc(0) do?
Write a program on swapping (100, 50)
What are volatile variables in c?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
How do you determine whether to use a stream function or a low-level function?
What is a program flowchart and how does it help in writing a program?
wite a programme in c to linear search a data using flag and without using flags?