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
In a switch statement, explain what will happen if a break statement is omitted?
How many levels of pointers have?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is uint8 in c?
Write a program to swap two numbers without using the third variable?
Explain what is page thrashing?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What does typeof return in c?
What is this infamous null pointer, anyway?
When do we get logical errors?
How many main () function we can have in a project?
What is the use of function overloading in C?
Which is an example of a structural homology?
please give me some tips for the placement in the TCS.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none