Answer Posted / narendra
arrays are very faster because it stores a sequential
block of memory and similar data types
pointers stores only adders of variable
but arrays are stores similar data types
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is volatile keyword in c?
what will be the output for the following main() { printf("hi" "hello"); }
What are the functions to open and close the file in c language?
What is the purpose of main( ) in c language?
Who invented bcpl language?
What is use of #include in c?
What Is The Difference Between Null And Void Pointer?
What are the storage classes in C?
Find MAXIMUM of three distinct integers using a single C statement
Is c# a good language?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is double pointer in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What are volatile variables in c?
What is the importance of c in your views?