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
can we implement multi-threads in c.
What is the use of pointers in C?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Why is c called "mother" language?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Tell us bitwise shift operators?
How many levels of pointers can you have?
How are portions of a program disabled in demo versions?
What are the 4 data types?
What is a global variable in c?
What are the 5 types of inheritance in c ++?
How can you find the day of the week given the date?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
write a c program to find the sum of five entered numbers using an array named number
Explain the difference between getch() and getche() in c?