Answer Posted / hr@tgksolutions.com
The sizeof operator determines the size of a data type or variable in bytes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is malloc and calloc?
How can you find the exact size of a data type in c?
How can you return multiple values from a function?
Explain what is the purpose of "extern" keyword in a function declaration?
Differentiate between a for loop and a while loop? What are it uses?
Why c is called procedure oriented language?
What is indirection? How many levels of pointers can you have?
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
When a c file is executed there are many files that are automatically opened what are they files?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are pointers?
What is c++ used for today?
What is null in c?
Can a pointer be static?
Is python a c language?