Answer Posted / chaitali anand tendulkar
Macro is preprocessor directives that are defined using #
define. The combination backslash/new line is deleted
before preprocessing begins, so the directives can be
spread over several physical lines. this lines should
constitute a single logical line.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the different file extensions involved when programming in C?
What is #include cctype?
What are global variables?
How do you sort filenames in a directory?
Explain how can I manipulate strings of multibyte characters?
Hai what is the different types of versions and their differences
explain what is fifo?
How many parameters should a function have?
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 is volatile variable in c with example?
What are the rules for the identifier?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Why c is called procedure oriented language?
How many types of operator or there in c?
Difference between pass by reference and pass by value?