Answer Posted / seng rattana
An array is a group of program elements in the same type
stored in memory locations which can be individually
referenced by adding an index to a unique identifier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are keywords c?
Is printf a keyword?
Explain how does flowchart help in writing a program?
What is echo in c programming?
What is the most efficient way to count the number of bits which are set in an integer?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
what do the 'c' and 'v' in argc and argv stand for?
What is the purpose of the statement: strcat (S2, S1)?
What is build process in c?
What is a protocol in c?
Does free set pointer to null?
What is getche() function?
Is null always equal to 0(zero)?
How are structure passing and returning implemented?