what is stack , heap ,code segment,and data segment


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

Post New Answer

More C Interview Questions

what is the coding of display the factorial of a number using array and function?

1 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


What does double pointer mean in c?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  






The file stdio.h, what does it contain?

0 Answers  


What is p in text message?

0 Answers  


What is c programming structure?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


What is "Duff's Device"?

0 Answers   Celstream,


What are c identifiers?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


Categories