What is #include called?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between null pointer and wild pointer?
how many error occurs in C language ?
Why is this loop always executing once?
Explain what is the most efficient way to store flag values?
what is the use of pointers
can we have joblib in a proc ?
What are static functions?
What is the difference between #include and #include 'file' ?
What is macro?
Write a program to generate random numbers in c?
What is the meaning of typedef struct in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc