what is a pointer
Answers were Sorted based on User's Feedback
Answer / chaitali anand tendulkar
A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / roshan
In a simple word.....
A pointer is a variable which is store the address of another variable.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / anil yadav
A pointer is a variable which contains the address in memory of another variable. We can have a pointer to any variable type....
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / joshi
Pointer is a special variable which hold the address of the
next variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Why header file is used in c?
Can you think of a way when a program crashed before reaching main? If yes how?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Find occurence of a character in a sting.
What is preprocessor with example?
What is C++
how to reverse string "Hello World" by using pointers only. Without any temp var
What are the different types of pointers?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What are integer variable, floating-point variable and character variable?
Hai why 'c' is the middle language
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string