How will you allocate memory to a double pointer ?

Answer Posted / guest

stack over flow

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a varargs function which accepts a float parameter?

562


What are volatile variables in c?

507


Why cant I open a file by its explicit path?

585


In which header file is the null macro defined?

835


Describe explain how arrays can be passed to a user defined function

589






Write a program to find the biggest number of three numbers in c?

571


What is meant by preprocessor in c?

522


What is malloc and calloc?

556


What is console in c language?

596


Explain how can I open a file so that other programs can update it at the same time?

579


Can a local variable be volatile in c?

566


What are the 5 elements of structure?

551


How do we make a global variable accessible across files? Explain the extern keyword?

1406


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

717


What is NULL pointer?

664