How can you allocate arrays or structures bigger than 64K?


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

Post New Answer

More C Interview Questions

Can we assign string to char pointer?

0 Answers  


What is the general form of a C program?

0 Answers  


When should you not use a type cast?

0 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,






What is a pointer and how it is initialized?

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


Hai why 'c' is the middle language

4 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


What is structure packing in c?

0 Answers  


I have seen function declarations that look like this

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


Categories