An entire structure variable can be assigned to another
structure variable if __________
Answer Posted / pakash
#3 ithink this one is apropriate answer if no read books for the anser
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Explain the binary height balanced tree?
What is assignment operator?
What are structures and unions? State differencves between them.
What is signed and unsigned?
Is c call by value?
What are the restrictions of a modulus operator?
I need a sort of an approximate strcmp routine?
Explain union. What are its advantages?
What is c system32 taskhostw exe?
What is bubble sort in c?
Write a program to print fibonacci series using recursion?
What is the newline escape sequence?
Explain what are bus errors, memory faults, and core dumps?
Which node is more powerful and can handle local information processing or graphics processing?