Related with 'NON RETURN VALVE PUMP' | We found Total 3507 Question paper ..!

Question66:-This of the following is not a valid type modifier in C.
A:-Signed
B:-Byte
C:-Long long
D:-None of the above
Correct Answer:- Option-B

Question67:-What will be the value of b in following code segment.
#include
int main()
{
int b = printf("Message");
printf("%d", b);
return 0;

ர்‌
A:-14
B:-1
C:-7
D:-Compilation error
Correct Answer:- Option-C
Question68:-The data type which does not .... See more

A:-54321

5:-531

C:-Looop won't works
D:-Infinite loop

Correct Answer:- Option-D

Question71:-This of the following is not a valid 2-dimensional array declaration.

A:-int arr[3] [3]={1,2,3,4,5,6,7,8,9};
B:-int arr[][3]={1,2,3,4,5,6,7,8,9};
C:-int arr[3][]={1,2,3,4,5,6};

D:-All of the above

Correct Answer:- Option-C

Question72:-Predict the output of following code segment.
#include
int main()
See more

C:-202222
D:-22222
Correct Answer:- Option-B
Question73:-What is the output of the following JavaScript?


A:-5
B:-6
C:-7
D:-8
Correct Answer:- Option-B
Question74:-What will be the result of the following JavaScript?