An entire structure variable can be assigned to another
structure variable if __________
Answers were Sorted based on User's Feedback
Answer / ullas
if it is of same type... i.e struct stu s1,s1; s1=s2;
| Is This Answer Correct ? | 52 Yes | 3 No |
Answer / guest
you have overloaded the assignment operator and in that you
have copied each member variable.
| Is This Answer Correct ? | 25 Yes | 9 No |
Answer / pakash
#3 ithink this one is apropriate answer if no read books for the anser
| Is This Answer Correct ? | 5 Yes | 0 No |
Can a variable be both static and volatile in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What does it mean when a pointer is used in an if statement?
What type of function is main ()?
When do we get logical errors?
how to set Nth bit of variable by using MACRO
What is the code in while loop that returns the output of given code?
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
What are linker error?
Why c is a procedural language?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
how to find the kth smallest element in the given list of array elemnts.