What does the error message "DGROUP exceeds 64K" mean?


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

Post New Answer

More C Interview Questions

What does != Mean in c?

0 Answers  


What is double pointer in c?

0 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

0 Answers  


What is the difference between abs() and fabs() functions?

0 Answers  


Why void main is used in c?

0 Answers  






what is object oriental programing?

1 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


What is the usage of the pointer in c?

0 Answers  


write a program to check whether a number is Peterson or not.

3 Answers  


Is c a great language, or what?

0 Answers  


Categories