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

Is javascript written in c?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,






Which is better malloc or calloc?

0 Answers  


Difference between C and Embedded C?

1 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


what is meant by c

9 Answers   INiTS,


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


what is pointer?

4 Answers  


Tell us bitwise shift operators?

0 Answers  


Categories