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

disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


What is a shell structure examples?

0 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 Answers   IBM,


nic scientist exam

1 Answers   NIC,






Why flag is used in c?

0 Answers  


write a program that explain #define and # undef directive

1 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

0 Answers  


What is typedef example?

0 Answers  


What are the 5 data types?

0 Answers  


Categories