logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which is more effective while calling the functions?


  • Options
  • A. call by value
  • B. call by reference
  • C. call by pointer
  • D. none

  • Correct Answer
  • call by reference 

    Explanation

    In the call by reference, it will just copy the address of the variable to access it, so it will reduce the memory in accessing it.


  • Technology problems


    Search Results


    • 1. What is the correct JavaScript syntax to write ?Hello World??

    • Options
    • A. System.out.println(
    • B. println (
    • C. document.write(
    • D. response.write(
    • Discuss
    • 2. Javascript is interpreted by

    • Options
    • A. Server
    • B. Object
    • C. Client
    • D. None of the above
    • Discuss
    • 3. Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975.
    • Discuss
    • 4. Write SQL Query to display current date?
    • Discuss
    • 5. What are the types of Collision Resolution Techniques and the methods used in each of the type?
    • Discuss
    • 6. What is the default return type of a function ?

    • Options
    • A. int
    • B. void
    • C. float
    • D. char
    • Discuss
    • 7. What do you mean by friend function in C++ ?
    • Discuss
    • 8. Which of the following is not the member of class?

    • Options
    • A. Virtual function
    • B. Static function
    • C. Friend function
    • D. Const function
    • Discuss
    • 9. Should a main() method be compulsorily declared in all java classes?
    • Discuss
    • 10. What is the importance of finally block in exception handling ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment