Q:

Guess the output

0

Guess the output

#include <stdio.h>
    void main()
    {
        char *a[10] = {"hi", "hello", "how"};
        printf(

  1. 6
  2. 4
  3. 1
  4. 5

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

4

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now
what will be the output of the following program:... >>
<< What will be the output of the following program:...