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
Write a program to generate random numbers in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
In a switch statement, explain what will happen if a break statement is omitted?
Explain what is a static function?
How many main () function we can have in a project?
What is NULL pointer?
Why isnt any of this standardized in c?
What is the use of in c?
plz let me know how to become a telecom protocol tester. thank you.
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is self-referential structure in c programming?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
to find the closest pair
What is difference between array and pointer in c?