what is used instead of pointers in java than c?



what is used instead of pointers in java than c?..

Answer / subhathra

This

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

explain about storage of union elements.

2 Answers   ABC, Bosch,


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


What is structure in c explain with example?

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


How can you restore a redirected standard stream?

0 Answers  






code for inverse a matrix

0 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


what is difference between array of characters and string

18 Answers   Accenture, Nest,


What is the difference between int main and void main?

0 Answers  


What is line in c preprocessor?

0 Answers  


Can we change the value of #define in c?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


Categories