An entire structure variable can be assigned to another
structure variable if __________
Answer Posted / guest
you have overloaded the assignment operator and in that you
have copied each member variable.
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
Do you know what are bitwise shift operators in c programming?
Difference between Function to pointer and pointer to function
What is the difference between text files and binary files?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Where is c used?
How do you determine the length of a string value that was stored in a variable?
What is the difference between NULL and NUL?
What are types of structure?
Explain can static variables be declared in a header file?
What is the difference between variable declaration and variable definition in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Explain how do you declare an array that will hold more than 64kb of data?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write the Program to reverse a string using pointers.
Is printf a keyword?