Technical preparation

CSE MCQ

21. The variables which can be accessed by all modules in a program, are called

22. C programming language by itself provides

23. C programming language provides operations which deal directly with objects such as

24. In C programming language, if the first and the second operands of operator + are of types int and float, respectively, the result will be of type

25. The value of ab if ab & 0 x 3f equals 0 x 27 is

26. If the declaration unsigned c:5; is replaced by unsigned : 6; then

27. int i = 5; is a statement in a C program.

28. The program fragment int i = 263 ; putchar (i) ; prints

29. Printing a character as an integer

30. Which of the following 'C' type is not a primitive data structure?

31. A declaration "short int" is used for variables

32. The declaration "unsigned u" indicates u is a/an

33. An external variable

34. Consider the declaration char street[10] = "abcdefghi"; Choose the correct remark(s)

35. A file is preferable to an array of structures because

36. Choose the correct statements

37. Pick the correct answers if x is an one dimensional array, then

38. While sorting a set of names, representing the names as an array of pointers is preferable to representing the names as a two dimensional array of characters because

39. If arr is a two dimensional array of 10 rows and 12 columns, then arr (5) logically points to the

40. A set of names can be represented as a