What is #define used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is an array? What the different types of arrays in c?
What is c language in simple words?
Array is an lvalue or not?
Do you know what are the properties of union in c?
What is the heap in c?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
write a c program to store and print name,address,roll.no of a student using structures?
What is the function of volatile in c language?
What is the purpose of the preprocessor directive error?
Is c procedural or object oriented?
what is the meaning of 'c' language