What are the applications of c language?


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

Post New Answer

More C Interview Questions

I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


what is a function prototype?

1 Answers  


What are the differences between Structures and Arrays?

0 Answers   TCS,


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Can a pointer be volatile in c?

0 Answers  






How can I handle floating-point exceptions gracefully?

0 Answers  


How main function is called in c?

0 Answers  


Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


what is ur strangth & weekness

0 Answers   Cognizant, LG Soft, NetEnrich,


What is function pointer c?

0 Answers  


What are the 4 types of programming language?

0 Answers  


What's the difference between calloc() and malloc()?

4 Answers  


Categories