Answer Posted / beesani
A pointer is a data type whose value refers directly to
another value stored elsewhere in the computer memory using
its address.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between functions abs() and fabs()?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is scope rule in c?
How can a string be converted to a number?
Write a program to print “hello world” without using semicolon?
What is a scope resolution operator in c?
What are the disadvantages of c language?
What are the application of void data type in c?
What is call by value in c?
Explain what are binary trees?
Can we initialize extern variable in c?
What is a volatile keyword in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
how to capitalise first letter of each word in a given string?
Describe explain how arrays can be passed to a user defined function