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
How to write a multi-statement macro?
Which programming language is best for getting job 2020?
#include
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the code in while loop that returns the output of given code?
How can you be sure that a program follows the ANSI C standard?
What is a macro in c preprocessor?
Explain b+ tree?
Explain the use of 'auto' keyword in c programming?
How do you print an address?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What language is c written?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Differentiate between the expression “++a” and “a++”?
What is a shell structure examples?