Answer Posted / abeera amin
array are data structure in which identical data type are
stored.and have contiguous area of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a node in c?
Can a file other than a .h file be included with #include?
What is hashing in c?
What is break in c?
Do pointers take up memory?
Do you have any idea about the use of "auto" keyword?
What does the function toupper() do?
Can 'this' pointer by used in the constructor?
Explain what is the difference between null and nul?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Write a function that will take in a phone number and output all possible alphabetical combinations
What is a good way to implement complex numbers in c?
Do you know the use of 'auto' keyword?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is a pointer on a pointer in c programming language?