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
Write a program in C to convert date displayed in gregorian to julian date
Do you have any idea how to compare array with pointer in c?
why integer range between -327680to+32767
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What are global variables and explain how do you declare them?
What is static memory allocation?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Explain how can I manipulate strings of multibyte characters?
What does the message "warning: macro replacement within a string literal" mean?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);