What do you mean by dynamic memory allocation in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

a simple c program using 'for' loop to display the output 5 4 3 2 1

2 Answers   Google,


4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none

10 Answers  


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

0 Answers   Gamesa, Satyam,


What is array in C

0 Answers  


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  






Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


Is c high or low level?

0 Answers  


What is an auto keyword in c?

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


What is meant by type specifiers?

0 Answers  


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


Categories