Answer Posted / manoj singh
pointer is a just like a simple veriable as hold down the
address of another veriable.
it's value denoted by *.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is keyword with example?
What is the difference between a function and a method in c?
What is getch() function?
What is the use of header?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Difference between Shallow copy and Deep copy?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
What are the two forms of #include directive?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
In which language linux is written?
int i=10; printf("%d %d %d", i, i=20, i);
What is c language & why it is used?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the difference between null pointer and wild pointer?