#define MAX 3
main()
{
printf("MAX = %d
",MAX );
#undef MAX
#ifdef MAX
printf("Vector Institute”);
#endif
}
Explain union. What are its advantages?
How do you do dynamic memory allocation in C applications?
Hai why 'c' is the middle language
How can my program discover the complete pathname to the executable from which it was invoked?
What is a node in c?
in which language c language is written?
What is undefined behavior?
write an algorithm to display a square matrix.
What are the different types of errors?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
What is structure in c definition?
Explain high-order and low-order bytes.