Answer Posted / saroj kumar manik
array is collection of data element in hierchical way in
computer memory.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
Does free set pointer to null?
Is file a keyword in c?
What is array in c with example?
Can we declare variables anywhere in c?
how is the examination pattern?
What is meant by high-order and low-order bytes?
Write the syntax and purpose of a switch statement in C.
What is pointers in c?
How do you construct an increment statement or decrement statement in C?
Describe newline escape sequence with a sample program?
What is the main difference between calloc () and malloc ()?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why void main is used in c?
main() { printf("hello"); fork(); }