Answer Posted / supercool
A pointer is a datatype whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c dynamically typed?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is putchar() function?
Explain union.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is this program statement valid? INT = 10.50;
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
If fflush wont work, what can I use to flush input?
What is volatile, register definition in C
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is sizeof c?
Are local variables initialized to zero by default in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
How are portions of a program disabled in demo versions?