what is used instead of pointers in java than c?
Answer Posted / subhathra
This
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is a null pointer in c?
What is calloc malloc realloc in c?
Is python a c language?
Explain how do you print an address?
What is the best organizational structure?
What does c mean in basketball?
What is FIFO?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Where register variables are stored in c?
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 variable declaration and definition in c?
Why c is called top down?
What is the benefit of using an enum rather than a #define constant?
How was c created?
How can you increase the size of a dynamically allocated array?