Answer Posted / vignesh1988i
it refers to the array of addresses or array of pointers
which can hold a 5 element address of integer type only.....
it allocates 5*2=10 bytes of space.... this 2 dosen't refers
that it is an integer so 2 bytes is multiplied.... since any
data type address is always holds 2 bytes of space in most
of the compilers used,..........
thank u
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Explain the use of #pragma exit?
What is the meaning of c in c language?
how can use subset in c program and give more example
What is const volatile variable in c?
What is character set?
What is the difference between malloc() and calloc()?
Explain what are the different data types in c?
Difference between malloc() and calloc() function?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can you please explain the difference between exit() and _exit() function?
What is static memory allocation?
What is #include stdio h and #include conio h?
What do you mean by invalid pointer arithmetic?
Why pointers are used?