How does sizeof know array size?
No Answer is Posted For this Question
Be the First to Post Answer
How can I sort more data than will fit in memory?
Explain can you assign a different address to an array tag?
How can I read in an object file and jump to locations in it?
What are linker error?
Differentiate between the = symbol and == symbol?
write a program to display the array elements in reverse order in c language
How can I read a binary data file properly?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Explain how to reverse singly link list.
If input is 123 then how to print 100 and 20 and 3 seperately?
explain what are pointers?