An entire structure variable can be assigned to another
structure variable if __________

Answer Posted / ullas

if it is of same type... i.e struct stu s1,s1; s1=s2;

Is This Answer Correct ?    52 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

668


Which is an example of a structural homology?

785


What are data structures in c and how to use them?

677


What is a union?

611


simple program of graphics and their output display

1469






Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3056


What is infinite loop?

630


What is LINKED LIST? How can you access the last element in a linked list?

633


Explain indirection?

646


Why static is used in c?

622


What is double pointer?

560


What is data structure in c language?

606


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

656


How many types of errors are there in c language? Explain

573


What is an array? What the different types of arrays in c?

660