Can we access the array using a pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
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
Is it possible to execute code even after the program exits the main() function?
Differentiate between a for loop and a while loop? What are it uses?
can anyone suggest some site name..where i can get some good data structure puzzles???
In C, What is the #line used for?
What is getch () for?
what is the code for getting the output as * ** ***
What is meant by operator precedence?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is static identifier?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?