What is static memory allocation? Explain


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

Post New Answer

More C Interview Questions

Is c an object oriented programming language?

1 Answers  


How can a string be converted to a number?

0 Answers  


Can you please compare array with pointer?

0 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  






What does sizeof return c?

0 Answers  


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

0 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


What are unions in c?

0 Answers  


How do I access command-line arguments?

2 Answers   Bosch, Wipro,


what is computer engg

1 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


Categories