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
What are the primitive data types in c?
In C, What is the #line used for?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Is null a keyword in c?
Why can't I perform arithmetic on a void* pointer?
What is the difference between mpi and openmp?
What is array in c with example?
What is substring in c?
Why do we use & in c?
Differentiate Source Codes from Object Codes
Why main function is special give two reasons?
Simplify the program segment if X = B then C ← true else C ← false
Write programs for String Reversal & Palindrome check
What is the difference between text files and binary files?
How can a number be converted to a string?