Exam 3: Loops, Headers, Macros, and Arrays

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Array is an example of _______ type memory allocation.

(Multiple Choice)
4.9/5
(38)

Will compiler produce any compilation error if same header file is included two times?

(Multiple Choice)
4.7/5
(39)

Address stored in the pointer variable is of type __________.

(Multiple Choice)
4.9/5
(39)

Set of consecutive memory locations is called as ________.

(Multiple Choice)
4.8/5
(38)

What is output of below program? Int main() { Int i; For(i=0; i<5; ++i++) { Printf("Hello"); } Return 0; }

(Multiple Choice)
4.8/5
(35)

What is the following is invalid header file in C?

(Multiple Choice)
4.7/5
(35)

Pointer variable is declared using preceding _________ sign.

(Multiple Choice)
4.9/5
(39)

What is maximum dimension that array can have in c programming?

(Multiple Choice)
4.8/5
(34)

What should be the output of below program? #define # @@include "stdio.h" Int main() { Printf("C.com"); Return 0; }

(Multiple Choice)
4.9/5
(34)

which of the following is the best for getting a string with space from the standard input

(Multiple Choice)
4.8/5
(38)

() is used for _________

(Multiple Choice)
4.8/5
(49)

void main() { Printf(); }

(Multiple Choice)
4.8/5
(36)

If you pass an array as an argument to a function, what actually gets passed?

(Multiple Choice)
4.9/5
(32)

Which statement is used to compare the two strings?

(Multiple Choice)
4.8/5
(38)

Explicit data type conversion is called

(Multiple Choice)
4.8/5
(36)

Array can be considered as set of elements stored in consecutive memory locations but having __________.

(Multiple Choice)
4.9/5
(44)

Pointer is special kind of variable which is used to store __________ of the variable.

(Multiple Choice)
4.8/5
(37)

Which gcc flag is used to generate maximum debug information?

(Multiple Choice)
4.7/5
(32)

To print a single character in ouptut,which function is used?

(Multiple Choice)
4.9/5
(37)

What is true about fputs function

(Multiple Choice)
4.7/5
(41)
Showing 21 - 40 of 53
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)