What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / mannu
# represents that it is a preprocessor directiveee.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Explain how do you determine the length of a string value that was stored in a variable?
Why can’t constant values be used to define an array’s initial size?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
plz let me know how to become a telecom protocol tester. thank you.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What does printf does?
Why c is called top down?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
How do shell structures work?
What is difference between Structure and Unions?
Is it fine to write void main () or main () in c?
difference between Low, Middle, High Level languages in c ?
Can one function call another?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.