Answer Posted / anandmayi
An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.
| Is This Answer Correct ? | 143 Yes | 24 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
What is c language in simple words?
Explain about the constants which help in debugging?
Explain what is the benefit of using enum to declare a constant?
Why can't I perform arithmetic on a void* pointer?
find out largest elemant of diagonalmatrix
How can I manipulate strings of multibyte characters?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
hi, which software companys will take,if d candidate's % is jst 55%?
Explain what is the benefit of using const for declaring constants?
What is the general form of a C program?
What is sizeof return in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Can the curly brackets { } be used to enclose a single line of code?
Why is main function so important?