Answer Posted / guest
collection of element in continuous memory location
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of external storage class?
What are the advantages of using linked list for tree construction?
What are the 4 types of functions?
What is omp_num_threads?
Explain why C language is procedural?
Explain b+ tree?
What does dm mean sexually?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Is a house a shell structure?
What is the best way to store flag values in a program?
What is malloc and calloc?
code for quick sort?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the difference between struct and typedef struct in c?