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

Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?

3 Answers  


What is c language used for?

0 Answers  


write a C program to print the program itself ?!

16 Answers   TCS,






What are the two types of structure?

0 Answers  


Which are low level languages?

0 Answers  


write a program structure to find average of given number

1 Answers  


Can we compile a program without main() function?

0 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


how to compare two strings without using strcmp() function??

1 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


Categories