Answer Posted / sachin tyagi
The pre processor run before the compliler
The started statement # is called pre-procrssor command
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does #pragma once mean?
How do you initialize pointer variables?
What is the difference between array and linked list in c?
What is call by reference in functions?
Write a program to reverse a linked list in c.
Differentiate between calloc and malloc.
What are the types of bitwise operator?
Is c is a procedural language?
Is null a keyword in c?
Tell me can the size of an array be declared at runtime?
What is register variable in c language?
What are the 5 types of organizational structures?
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
What is n in c?
How can you increase the size of a statically allocated array?