what is difference between array and structure?
Answer Posted / sruthi
structure is user defined!
c program for printing employee details using union ??
| Is This Answer Correct ? | 48 Yes | 34 No |
Post New Answer View All Answers
What is structure and union in c?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
How can you increase the size of a dynamically allocated array?
What are the modifiers available in c programming language?
What is hashing in c language?
What is c preprocessor mean?
Why do we use header files in c?
Explain what are global variables and explain how do you declare them?
What are global variables and explain how do you declare them?
Write a program to check whether a number is prime or not using c?
What does void main return?
What are c header files?
What is main () in c?
Tell me can the size of an array be declared at runtime?
How can you determine the maximum value that a numeric variable can hold?