What is static memory allocation?


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

Post New Answer

More C Interview Questions

write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


Difference Between embedded software and soft ware?

1 Answers   Bosch,


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


What is an identifier?

0 Answers  






Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


coding for Fibonacci.?

1 Answers  


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


why wipro wase

0 Answers   Wipro,


How can I avoid the abort, retry, fail messages?

0 Answers  


How can you read a directory in a C program?

0 Answers  


How to swap 3 numbers without using 4th variable?

5 Answers  


Categories