Explain how do you declare an array that will hold more than 64kb of data?


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

Post New Answer

More C Interview Questions

What is extern keyword in c?

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,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


Explain what is meant by high-order and low-order bytes?

0 Answers  


What are the characteristics of arrays in c?

0 Answers  






simple program for virtual function?

1 Answers  


What are the disadvantages of external storage class?

0 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


How is = symbol different from == symbol in c programming?

0 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


What is this infamous null pointer, anyway?

0 Answers  


What is signed and unsigned?

0 Answers  


Categories