wat is the difference between array and pointer?
Answer Posted / unni
array is a fixed sequence collection of elements of the same datatype:
pointer contains memory address as their values...
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
Explain what are run-time errors?
Write a program with dynamically allocation of variable.
What is an auto keyword in c?
How does #define work?
write a program to find the given number is prime or not
What is a nested loop?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are register variables in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What do you know about the use of bit field?
What are local static variables?
In C programming, what command or code can be used to determine if a number of odd or even?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain what is meant by high-order and low-order bytes?
How can I find out the size of a file, prior to reading it in?