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
What is the difference between malloc() and calloc()?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the general form of #line preprocessor?
Write a program to swap two numbers without using a temporary variable?
What is the size of structure pointer in c?
Why c language is called c?
Can you please explain the difference between malloc() and calloc() function?
What standard functions are available to manipulate strings?
Which node is more powerful and can handle local information processing or graphics processing?
What is a far pointer in c?
Is that possible to add pointers to each other?
Do pointers need to be initialized?
Do variables need to be initialized?
Differentiate between the expression “++a” and “a++”?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA