Structures, Unions, Enums on C related Questions and Answers - Page 4

Question 32 : User-defined data type can be derived by___________
1. struct
2. enum
3. typedef
4. all of the mentioned
View Answer   Discuss with Members

Question 34 : What is the correct syntax to declare a function foo() which receives an array of structure in function?
1. void foo(struct *var);
2. void foo(struct *var[]);
3. void foo(struct var);
4. none of the mentioned
View Answer   Discuss with Members

Question 36 : Which of the following cannot be a structure member?
1. Another structure
2. Function
3. Array
4. None of the mentioned
View Answer   Discuss with Members

Question 37 : Which of the following is not possible under any scenario?
1. s1 = &s2;
2. s1 = s2;
3. (*s1).number = 10;
4. None of the mentioned
View Answer   Discuss with Members

Question 38 : Which algorithm is used for searching in the table?
1. List search
2. Informed search
3. Hash search
4. Adversarial search
View Answer   Discuss with Members


View 31 - 40 of 46 Questions

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter