61. In the call by reference we pass:
Correct answer: (B)
Address of variable
62. int a[3]={4,5,6}; printf("%u",a); What is the output:
Correct answer: (B)
Address of first element
63. Which function is related to dynamic memory allocation:
Correct answer: (D)
All of above.
64. strcmp() function is used for:
Correct answer: (B)
Compare two strings.
65. Which is the formatted input function:
Correct answer: (B)
scanf();
66. Which is the incorrect function prototype:
Correct answer: (B)
int add(float, int);
67. Which is the type of files:
Correct answer: (C)
Both
68. Which function is not related to file handling:
Correct answer: (D)
printf();
69. A structured programming have:
Correct answer: (D)
All of Above
70. Which is not the selective control flow statement:
Correct answer: (A)
while