wat is the difference between array and pointer?
Answer Posted / sanjay gupta
array is the similsr type of data and pointer is a momery location of element...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of typedef in structure in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What are file streams?
What are data structures in c and how to use them?
Explain how can I convert a number to a string?
given post order,in order construct the corresponding binary tree
List the different types of c tokens?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What are the different types of constants?
Who invented bcpl language?
Explain modulus operator.
Can main () be called recursively?
How many levels of pointers have?
Why do we use & in c?
What are keywords in c with examples?