What is the stack in c?


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

Post New Answer

More C Interview Questions

What is the auto keyword good for?

0 Answers  


What is period operator in c?

3 Answers   Wipro,


hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,






name the language for writing c compiler?

3 Answers   Microsoft,


What is void main () in c?

0 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


What is double pointer?

0 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


Categories