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
Tell me when would you use a pointer to a function?
How can I read/write structures from/to data files?
What is ponter?
What is the main difference between calloc () and malloc ()?
What is character constants?
What are the 5 data types?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
How do I swap bytes?
What is structure padding in c?
Did c have any year 2000 problems?
What are types of structure?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
praagnovation
Can we initialize extern variable in c?
How old is c programming language?