E. None of These
E. None of These
Int
c. Turbo C++ IDE 5. You require to write and run c program: d. Unsigned long
d. None of above
24. Which is the symbol for AND operator: 28. char x=10; 32. Uninitialized variable may have:
c. $$ b. -10 c. Both
25. printf(“0 && 1 = %d\n”, 0 && 1); Out of d. None of these 33. Which is the correct variable name:
this line is:
29. printf("%d",sizeof(int)); Output is: a. for
a. 0 && 1 = 0
a. 1 b. goto
b. 0 && 1 = 1
b. 2 c. character
c. 0 && 1 = 2
c. 6 d. if
d. 0 && 1 = 3
d. 10 34. Which is not the c keyword:
26. int x=10;
30. C program starts executing from: a. typedef
printf("%d",x++); Output is:
a. main() b. extern
a. 10
b. header file c. register
b. 11
c. both d. local
c. 12
d. None of these 35. Which operator is used to assign value to
d. None of these variables:
31. Which is the incorrect statement:
27. >> operator is used for: a. =
a. Variable name can contain underscore.
a. Right Shift b. +
b. Variable name may start from digit.
b. Left Shift c. –
c. Variable name may not have white space
c. Both character. d. /
c. Both 53. Array can be sorted by using: 57. Which is not the output function:
a. while c. Both
b. if d. None of these