Explain the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have function or method?
How do I declare a pointer to an array?
What are signals in C?
In how much time you will write this c program? Prime nos from 1 to 1000
What are the salient features of c languages?
Why do we use int main?
What is the most efficient way to count the number of bits which are set in a value?
difference between i++* and *++i
Explain what is the benefit of using an enum rather than a #define constant?
What are the features of the c language?
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
How do you generate random numbers in C?