a way in which a pointer stores the address of a pointer which stores the value of the target value
a) reference
b) allocation
c) multiple indirection
d) none
No Answer is Posted For this Question
Be the First to Post Answer
What are the 32 keywords in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Please list all the unary and binary operators in C.
Explain what is a pragma?
What does 3 periods mean in texting?
How can you dynamically allocate memory in C?
1 1 12 21 123 321 12344231 how i creat it with for loop??
What is a header file?
What are nested functions in c?
find out largest elemant of diagonalmatrix
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?