Answer Posted / srinath
# is symbol of the Preprocessor directive means it tells the
compiler i will execute before compilation time.the
preprocessor directives like
#include<stdio.h>
# define MAX 10
Srianth
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can I read a binary data file properly?
Why does this code crash?
What is a program flowchart and how does it help in writing a program?
What are control structures? What are the different types?
What is p in text message?
What is array of structure in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How does placing some code lines between the comment symbol help in debugging the code?
Define Array of pointers.
how to write a c program to print list of fruits in alpabetical order?
What is the difference between malloc() and calloc() function in c language?
What are dangling pointers in c?
What is the use of define in c?
What are volatile variables in c?
What is typedef example?