Answered Questions

  • HCL Placement Paper Collection Part II

    section 2 – C Programming1.which of the following about the following two declarations is true i) int *F(); ii)int (*F)(); a)Both are identical b)the first is a correct declaration and second is wrong c)the first declaration is a function returning a pointer to an integer and the second is a pointer to a function returning int d)Both are different ways of declaring pointer to a function (ans....