Answer Posted / abhijeet kankani
Ya,the person is riht *p is just pointer which holds the
address of any variable(identifier)
where as **p is pointer to pointer which holds
address of another pointer
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Dont ansi function prototypes render lint obsolete?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain what’s a signal? Explain what do I use signals for?
why programs in c are running with out #include
Is null a keyword in c?
When can a far pointer be used?
Tell me with an example the self-referential structure?
What is the process of writing the null pointer?
in linking some of os executables are linking name some of them
Difference between constant pointer and pointer to a constant.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
List some applications of c programming language?
Describe the difference between = and == symbols in c programming?
What is variables in c?
What is an expression?