How can I allocate arrays or structures bigger than 64K?
Answer Posted / nithya
For arrays larger than 64k use
char huge array3[100000L];
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between if else and switchstatement
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
When can a far pointer be used?
What is the use of bitwise operator?
What is main function in c?
What is pivot in c?
What does int main () mean?
List some applications of c programming language?
Why isn't it being handled properly?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Write a C program to count the number of email on text
what is a function method?give example?
Explain what does a function declared as pascal do differently?
What is c language in simple words?