Question
a.
struct
b.
enum
c.
typedef
d.
all of the mentioned
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. User-defined data type can be derived by___________
Similar Questions
Discover Related MCQs
Q. Which operator connects the structure name to its member name?
View solution
Q. Which of the following cannot be a structure member?
View solution
Q. Which of the following structure declaration will throw an error?
View solution
Q. Which of the following return-type cannot be used for a function in C?
View solution
Q. Which of the following is not possible under any scenario?
View solution
Q. Which of the following operation is illegal in structures?
View solution
Q. Presence of code like “s.t.b = 10” indicate
View solution
Q. Which of the following uses structure?
View solution
Q. What is the correct syntax to declare a function foo() which receives an array of structure in function?
View solution
Q. Which of the following are incorrect syntax for pointer to structure?
(Assuming struct temp{int b;}*my_struct;)
View solution
Q. Which of the following is an incorrect syntax to pass by reference a member of a structure in a function?
(Assume: struct temp{int a;}s;)
View solution
Q. For the following function call which option is not possible?
func(&s.a); //where s is a variable of type struct and a is the member of the struct.
View solution
Q. Presence of loop in a linked list can be tested by the compiler by
View solution
Q. Which of the following is not possible?
View solution
Q. Which of the following techinique is faster for travelling in binary trees?
View solution
Q. Which function is responsible searching in the table?
(For #define IN 1, the name IN and replacement text 1 are stored in a “table”)
View solution
Q. Which algorithm is used for searching in the table?
View solution
Q. Which function is responsible for recording the name “s” and the replacement text “t” in a table?
View solution
Q. Which of the following is true?
View solution
Q. What happens when install(s, t) finds that the name being installed is already present in table?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!