1/**
2* DEFINING A MACRO IN A HEADER FILE IN C
3* MAX_ARRAY_LENGTH: name of the macro
4* 20 is the value of the macro
5* Desc: whenever MAX_ARRAY_LENGTH is called, it will be replace with the value 20
6*/78#define MAX_ARRAY_LENGTH 209
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content