What is wild pointer in c with example?
What is pointer & why it is used?
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
write a program to create a sparse matrix using dynamic memory allocation.
How to write a multi-statement macro?
given post order,in order construct the corresponding binary tree
Explain how are portions of a program disabled in demo versions?
Can the sizeof operator be used to tell the size of an array passed to a function?
How can I write a function that takes a format string and a variable number of arguments?
Differentiate abs() function from fabs() function.
Explain what is the purpose of "extern" keyword in a function declaration?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Differentiate between null and void pointers.
What is file in c language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?