Answer Posted / umakant gupta
Pointer is a kind of Array which store the Address of
Variable
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Explain the Difference between the New and Malloc keyword.
write a c program in such a way that if we enter the today date the output should be next day's date.
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Does c have class?
Explain what is the difference between a string and an array?
What is pointers in c with example?
Write a program to show the change in position of a cursor using c
What are all different types of pointers in c?
Why is void main used?
What is difference between structure and union in c programming?
What is getch c?
Explain how can you restore a redirected standard stream?
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?
Where define directive used?