array of pointer
pointer to array
pointer to pointer
Find greatest number out of 10 number without using loop.
wat s the meaning of (int *)p +4;
Why we use stdio h in c?
Expand the following LKB BKL FFG
Is swift based on c?
What's the best way to declare and define global variables?
Write a simple program to find the size of different basic data types in C.
What is bss in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is a lookup table in c?
What is #line?
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. The Logic should be written in Data Structures?