What is #define used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to implement queue.
how to convert an char array to decimal array
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
define function
What is the right type to use for boolean values in c? Is there a standard type?
Write a C program to count the number of email on text
Explain how do you use a pointer to a function?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What are the concepts introduced in OOPs?
What does malloc () calloc () realloc () free () do?
Can you assign a different address to an array tag?
Do pointers need to be initialized?