Podcast
Questions and Answers
What is the correct way to declare the Book structure?
What is the correct way to declare the Book structure?
Which function is used to copy a string in C?
Which function is used to copy a string in C?
How do you access members of a structure in C?
How do you access members of a structure in C?
Which statement is used to print a string in C?
Which statement is used to print a string in C?
Signup and view all the answers
What is the purpose of the int main()
function in a C program?
What is the purpose of the int main()
function in a C program?
Signup and view all the answers
In the provided example, what is the value assigned to Book1's book_id
?
In the provided example, what is the value assigned to Book1's book_id
?
Signup and view all the answers
What is the correct way to assign a string to Book1.title
?
What is the correct way to assign a string to Book1.title
?
Signup and view all the answers
Which function is used to compare two strings in C?
Which function is used to compare two strings in C?
Signup and view all the answers
What is the correct statement about declaring structures in C?
What is the correct statement about declaring structures in C?
Signup and view all the answers