Answer Posted / sivavendra
yeah,,,its right,,,
*p is a ptr tat holds the address of another variable....where as **p is a double ptr which hold the address of another pointer and that pointer hold the address of the data....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of pointers?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is #include cctype?
Why we use stdio h in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Is fortran still used today?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is hash table in c?
Is there sort function in c?
What is && in c programming?
How can you find out how much memory is available?
What are the types of c language?
What is the ANSI C Standard?
Where are the auto variables stored?