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

What does malloc () calloc () realloc () free () do?

561


Why is c faster?

595


How can I do graphics in c?

597


What is the purpose of main( ) in c language?

624


Is there a built-in function in C that can be used for sorting data?

745






Why is %d used in c?

568


Differentiate between null and void pointers.

634


Which is the memory area not included in C program? give the reason

1509


Explain how do you declare an array that will hold more than 64kb of data?

905


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2652


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

826


write a program to print data of 5 five students with structures?

1608


Between macros and functions,which is better to use and why?

1570


How can I list all of the predefined identifiers?

582


difference between native and cross compilers

1672