C Languages Interview Questions
9. | What is the use of sizeof() functions? |
---|---|
sizeof() function is used to find the memory space allocated for each data type in C. | |
10. | What is the program development life cycle? |
---|---|
These are the sequence of events considered by the programmer to design and develop efficient programs. | |
11. | Where should typecast functions not used in C? |
---|---|
|
|
12. | What is the difference between functions abs() and fabs()? |
---|---|
|
|