Answer Posted / deepa.g
Pointer is stores the address of the another variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use int main?
Does c have circular shift operators?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
All technical questions
will u please send me the placement papers to my mail???????????????????
What is uint8 in c?
What is use of #include in c?
Do you know what are bitwise shift operators in c programming?
Explain bit masking in c?
What is the condition that is applied with ?: Operator?
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
Why clrscr is used after variable declaration?
Implement bit Array in C.
How do I use strcmp?
What are the different types of pointers used in c language?