what is the use of macro program
Answer / 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 |
Explain what does the format %10.2 mean when included in a printf statement?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
what is void pointer?
What is the use of volatile?
What is an identifier?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is a program flowchart?
In c language can we compile a program without main() function?
How do I use strcmp?
How can I delete a file?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is register variable in c language?