what is pointer ? what is the use of pointer?
Answer Posted / rama krishna sidhartha
Pointer is the address of the another variable.
It saves the memory space of another variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What is null pointer constant?
What is a floating point in c?
Are negative numbers true in c?
Explain what are its uses in c programming?
Explain why c is faster than c++?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
How can you convert integers to binary or hexadecimal?
What is declaration and definition in c?
Write a code to generate divisors of an integer?
Tell me what is null pointer in c?
What is a ternary operator in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain the difference between strcpy() and memcpy() function?