C Programming
Interview Questions And Answers
Q: - Explain about storage of union elements.
The key point about storage of union elements is that Union elements are use to share common memory space.
Submitted By:-Deepak Email-ID: - deepakrana336@gmail.com
Q: - What is a memory leak?
Memory leak is that when memory is allocated but its not released because of an application consume memory reducing the available memory for other applications and causing the system to page virtual memory to the hard drive showing the application or crashing the application. When the computer memory resource limits are reached.
Submitted By:-Nazir Email-ID: - bbenazir44@yahoo.com
Q: - Is C is platform dependent or independent?how and why?
Major issue behind designing C language is that it is a small,portable programming language. It is used to implement an operating system.In past time C is a powerful tool for writing all types of program and has mechanism to achieve all most programming goals.So, we can say that C is platform dependent.
Submitted By:-Nazir Email-ID: -bbenazir44@yahoo.com
| |

