Answer Posted / nashiinformaticssolutions
• Struct: All members occupy separate memory.
• Union: All members share the same memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is flag a keyword in c?
what is bit rate & baud rate? plz give wave forms
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
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Why do we use pointer to pointer in c?
Which is the best website to learn c programming?
Why do we use namespace feature?
Explain the Difference between the New and Malloc keyword.
When should the const modifier be used?
What is define directive?
Give differences between - new and malloc() , delete and free() ?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Is c language still used?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Differentiate between the = symbol and == symbol?