Answer Posted / lakshmi
it is a grouped item of consequitive memory elements with
similar type of values.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How macro execution is faster than function ?
What is call by value in c?
In C language, a variable name cannot contain?
What is wrong with this code?
What is c standard library?
What is a void pointer? When is a void pointer used?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is dangling pointer in c?
Is boolean a datatype in c?
What is the difference between struct and union in C?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How can a process change an environment variable in its caller?
Why is main function so important?
What is gets() function?
How are Structure passing and returning implemented by the complier?