Which is the memory area not included in C program? give the
reason


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

Post New Answer

More C Interview Questions

When should a far pointer be used?

0 Answers   Aspire, Infogain,


Can i use Two or More Main Funtion in any C program.?

4 Answers  


errors in computer programmes are called

1 Answers   NET,


Why doesn't the code "a[i] = i++;" work?

4 Answers  


What is the value of uninitialized variable in c?

0 Answers  






If fflush wont work, what can I use to flush input?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


what is the differnce between AF_INET and PF_INET?

5 Answers   Systems Plus, Wipro,


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What is a char in c?

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Categories