adspace
Answer Posted / Huma Parveen
An array is a collection of elements of the same data type, whereas a pointer is a variable that stores the memory address of another variable. An array can be accessed using its index, while a pointer needs to be dereferenced to access the stored value. However, both arrays and pointers can store and manipulate memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
ATM machine and railway reservation class/object diagram
What is pointer to pointer in c with example?
How can I implement sets or arrays of bits?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is dynamic dispatch in c++?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what is ur strangth & weekness
How do you determine the length of a string value that was stored in a variable?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
hi send me sample aptitude papers of cts?
will u please send me the placement papers to my mail???????????????????
What are pointers? What are different types of pointers?
Is int a keyword in c?