what is meant by the "equivalence of pointers and arrays" in
C?
Answer Posted / shruti
An array is a constant pointer.
a[10] is equivalent to *a..
it is known as base pointer..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is a function simple definition?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How are variables declared in c?
What is string function c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are the different types of linkage exist in c?
What is the auto keyword good for?
What is a lvalue
Which node is more powerful and can handle local information processing or graphics processing?
Explain a pre-processor and its advantages.
Explain how do you print only part of a string?
What are disadvantages of C language.
What do you mean by recursion in c?
What is the size of array float a(10)?