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
Explain low-order bytes.
Why we not create function inside function.
What are the differences between new and malloc in C?
What is cohesion and coupling in c?
What does sizeof int return?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is main () in c language?
What are c preprocessors?
Compare array data type to pointer data type
Differentiate call by value and call by reference?
What is a scope resolution operator in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Can we use any name in place of argv and argc as command line arguments?
Why pointers are used?