1. Question: Which of the following function has no return value?

    A
    print

    B
    printf

    C
    echo

    D
    sprintf

    Note: Not available
    1. Report
  2. Question: Which loop statement will be always executed al least onec?

    A
    for

    B
    while

    C
    do.........while

    D
    foreach

    Note: Not available
    1. Report
  3. Question: Which type of function is called by itself?

    A
    Nesting function

    B
    Recursive function

    C
    Variable function

    D
    All

    Note: Not available
    1. Report
  4. Question: Which type of variable holds the value after the exit function block?

    A
    Local

    B
    Static

    C
    Global

    D
    None

    Note: Not available
    1. Report
  5. Question: Which is/are class property scope in php?

    A
    public

    B
    private

    C
    final

    D
    static

    Note: Not available
    1. Report
  6. Question: Whic type of scope is only accessible by subclass?

    A
    private

    B
    protected

    C
    public

    D
    final

    Note: Not available
    1. Report
  7. Question: Which file mode is/are used to read and write of any file?

    A
    r

    B
    w

    C
    r+

    D
    x

    Note: Not available
    1. Report
  8. Question: To read a single character of a file which function is used?

    A
    fgets()

    B
    fgetss()

    C
    fgetc()

    D
    None

    Note: Not available
    1. Report
  9. Question: Which of the following function are used to strips any HTML and PHP tags from the input?

    A
    fgets()

    B
    fgetss()

    C
    fwrite()

    D
    None

    Note: Not available
    1. Report
  10. Question: ______ is simply an character or character sequence that symbolizes special meaning.

    A
    Metacharacter

    Note: Not available
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd