IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / sathish
Yes... Sure...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are pointers? Why are they used?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are the types of variables in c?
What are global variables and explain how do you declare them?
What are the standard predefined macros?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How can I delete a file?
provide an example of the Group by clause, when would you use this clause
Explain what are reserved words?
What does it mean when the linker says that _end is undefined?
When should a type cast be used?
Why is c called a mid-level programming language?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Why do we need arrays in c?
What is array of structure in c?