logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is function prototyping? What are its advantages?


  • Correct Answer
  • Function prototyping is a function declaration statement that tells the compiler about the return type of the function and the number as well as type of arguments required by the function at the time of calling it Syntax: return_type function_name( type1 arg1, type 2 arg2, ); Advantages of function prototype : - It helps the compiler in determining whether a function is called correctly or not Each time when a function is called, its calling statement is compared with its prototype In case of any mismatch, compiler reports an error - A function must be defined before calling it But prototyping allows a function to be called before defining it 


  • Technology problems


    Search Results


    • 1. What is RDBMS? Explain its features.
    • Discuss
    • 2. What did you enjoy most and least in your last retailing job?
    • Discuss
    • 3. Can you tell of a time when you provided excellent customer service?
    • Discuss
    • 4. What experiences have you had in dealing with difficult customers?
    • Discuss
    • 5. Have you had experience of locking up a shop and dealing with stock ordering?
    • Discuss
    • 6. Which of the following can't be done with client-side JavaScript?

    • Options
    • A. Sending a form's contents by email
    • B. Storing the form's contents to a database file on the server
    • C. Validating a form
    • D. None of the above
    • Discuss
    • 7. What is DHTML? What are the features of DHTML?
    • Discuss
    • 8. What is the difference between stack and array?
    • Discuss
    • 9. Which operator performs pattern matching ?

    • Options
    • A. LIKE operator
    • B. EXISTS operator
    • C. BETWEEN operator
    • D. None of these
    • Discuss
    • 10. A world wide web contains web pages

    • Options
    • A. residing in many computers linked together using HTML.
    • B. with links to other web pages.
    • C. residing in many computers.
    • D. created using HTML.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment