logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the default return type of a function ?


  • Options
  • A. int
  • B. void
  • C. float
  • D. char

  • Correct Answer
  • void 


  • Technology problems


    Search Results


    • 1. Which is more effective while calling the functions?

    • Options
    • A. call by value
    • B. call by reference
    • C. call by pointer
    • D. none
    • Discuss
    • 2. What is the correct JavaScript syntax to write ?Hello World??

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

    • Options
    • A. Server
    • B. Object
    • C. Client
    • D. None of the above
    • Discuss
    • 4. Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975.
    • Discuss
    • 5. Write SQL Query to display current date?
    • Discuss
    • 6. What do you mean by friend function in C++ ?
    • Discuss
    • 7. Which of the following is not the member of class?

    • Options
    • A. Virtual function
    • B. Static function
    • C. Friend function
    • D. Const function
    • Discuss
    • 8. Should a main() method be compulsorily declared in all java classes?
    • Discuss
    • 9. What is the importance of finally block in exception handling ?
    • Discuss
    • 10. How can you make sure the web application is fit for release ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment