Correct Answer: Orange && Worng Answer: Red
1. By default a function returns a value of type
View Answer
Explanation: Not Avilable
2. Which of the following are a collection of different data typed ?
View Answer
Explanation: Not Avilable
3. Which of the following can never be sent by call by value ?
View Answer
Explanation: Not Avilable
4. Collection of similar data type is _______
View Answer
Explanation: Not Avilable
5. Which function is used to release the memory allotted in dynamic memory allocation ?
View Answer
Explanation: Malloc() function in C is used to dynamically allocate a block of memory with specified size.
6. Member of union use :
View Answer
Explanation: Unions provide an efficient way of using the same memory location for multiple-purpose.
7. Which of the following is example of call by value ?
View Answer
Explanation: Not Avilable
8. How many elements can be store in the array A[35] ?
View Answer
Explanation: Not Avilable
9. An array is a collection of :
View Answer
Explanation: Not Avilable
10. If int S[5] is a one-dimensional array of integers, which of the following refers to the third element in the array ?
View Answer
Explanation: Not Avilable
11. Which you pass an array as an argument to a function, what actually gets passed ?
View Answer
Explanation: When we pass an array as a funtion argument, it will pass only base address i.e. address of first element of array.
12. What is the difference between the 5’s in these two expressions? int num[5]; num[5]=11; select the correct answer.
View Answer
Explanation: Not Avilable
13. What will happen if you assign a value to an element of an array whose subscript exceeds the size of the array?
View Answer
Explanation: The program may crash if some important data gets overwritten.
14. Given the statement maruti. engine. bolts=25; which of the following is true ?
View Answer
Explanation: Not Avilable
15. An array elements are always stored in _________ memory locations.
View Answer
Explanation: Not Avilable
Categories
C Programming MCQsC++ Programming MCQsJAVA MCQsVisual Basic MCQsData Structure MCQsSoftware Package MCQsComputer Organization and Architecture MCQsOperating System MCQsDigital Electronics MCQsDBMS MCQsSystem Analysis and Management Information System MCQsSystem Maintenance MCQsData Communication and Networking MCQsInternet & Web Technology MCQsSoftware Engineering MCQsManagement (Common) MCQsSystem Software MCQsComputer Graphics MCQsArtificial Intelligence & Expert System MCQsE-Commerce MCQsMultimedia MCQsPower Electronics MCQsTesting & Maintenance Electrical Machine MCQsAutomatic Control System MCQsAdvance Communication System MCQsDigital Electronics MCQs