C Programming Questions & Answers: part16



Software Programming : C Programming QUESTIONS AND ANSWERS :: part16 : 1 to 5

Following Software Programming language Entrance Multiple choice objective type questions and answers will help you in Software Programming 2024 examinations :

1.Each case statement in switch () is separated by

break
continue
exit()
go to
loop.

2.What is the meaning of self-referential structure?

Array of structures
Single structure
Structure calling it�s parent structure
Structure calling another structure
list of structures.

3.With every use of a memory allocation function, what function should be used to release allocated memory which is no longer needed?

unalloc()
dropmem()
dealloc()
release()
free().

4.The structure combines variables of

Dissimilar user-defined data types
Similar data types
Unsigned data types
Signed data types
Similar signed data types.

5.Identify the most appropriate sentence to describe Unions.

Unions contain members of different data types which share the same storage area in memory
Union are like structures
Unions are less frequently used in the program
Unions are used for set operations
Unions are used for pointers.

More C Programming QUESTIONS AND ANSWERS available in next pages

    Health is the greatest gift, contentment is the greatest wealth -Buddha
Opportunity is missed by most people because it is dressed in overalls and looks like work.- Thomas Edison