what is the defrenece between structure and union
Answer Posted / nayanprakash
union is better then structure.union is declared with
keyword union.it can store more data which can store at
hights byte of veeriable is declared.structure is declred
a keyword struct.it will store for indivisul memory space.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is a structural principle?
Can you subtract pointers from each other? Why would you?
How can I read/write structures from/to data files?
Differentiate between the = symbol and == symbol?
Write a program to identify if a given binary tree is balanced or not.
What is derived datatype in c?
What is the difference between %d and %i?
What is the difference between a function and a method in c?
Whats s or c mean?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Can you write the function prototype, definition and mention the other requirements.
Are there any problems with performing mathematical operations on different variable types?
Explain a file operation in C with an example.
What is a #include preprocessor?