what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are the two types of functions in c?
Which is better pointer or array?
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?
What is the difference between array_name and &array_name?
What is variable in c example?
How can I prevent another program from modifying part of a file that I am modifying?
Explain what are reserved words?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
How can you find out how much memory is available?
Is there anything like an ifdef for typedefs?
What is the difference between array and pointer in c?
Write a code to generate a series where the next element is the sum of last k terms.
Explain what will the preprocessor do for a program?
In C programming, what command or code can be used to determine if a number of odd or even?