Why should I prototype a function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you declare an array that will hold more than 64kb of data?
difference between loading and linking
What is the scope of an external variable in c?
Explain bit masking in c?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is void main () in c?
What are linked lists in c?
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is the value of h?
write function to reverse char array ... without using second array
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is hashing in c?