Answer Posted / supercool
A pointer is a datatype whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of functions in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
How do I round numbers?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the basic structure of c?
Is this program statement valid? INT = 10.50;
What do you understand by normalization of pointers?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
how logic is used
How many header files are in c?
What does return 1 means in c?
What is the advantage of an array over individual variables?
Why clrscr is used after variable declaration?
What are the advantages of c preprocessor?