hat is a pointer?
Answers were Sorted based on User's Feedback
Answer / satya.tivari
a pointer is a variable which stores an address of another
variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sumit mmmec
pointer provide the programmer direct access on memory
allocation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vaibhav
it is a derived data type which holds the address of that
variable.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is structure pointer in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
a program that can input number of records and can view it again the record
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
why you will give me a job in TCS.
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Is an array parameter is always "by reference" ?
What is a far pointer in c?
write a programming in c language, 1 3 5 7 9 11
How do c compilers work?