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 is this pointer in c plus plus?

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


What are dynamically linked and statically linked libraries?

2 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,






Is c easier than java?

0 Answers  


What is a scope resolution operator in c?

0 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


what is the use of a array in c

6 Answers  


write a program to concatenation the string using switch case?

0 Answers  


Categories