IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / mathan
no
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are local static variables? How can you use them?
How to delete a node from linked list w/o using collectons?
Is main is a keyword in c?
What is %lu in c?
What are external variables in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is sizeof int in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain how can I avoid the abort, retry, fail messages?
I need previous papers of CSC.......plz help out by posting them.......
What is difference between static and global variable in c?
How can I swap two values without using a temporary?
Why is c faster?
Can you pass an entire structure to functions?
Which is better oop or procedural?