Tag: programming languages

Questions Related to programming languages

  1. TObect

  2. TUnknown

  3. IUnknown

  4. TBase

  5. TComponent


Correct Option: A

Components can only be allocated on the -----

  1. Stack

  2. Heap

  3. Register

  4. Floppy

  5. Compact Disk


Correct Option: B
  1. TRUE

  2. True using pointer

  3. FALSE

  4. Some times true, some times false.


Correct Option: C
  1. TRUE

  2. FALSE

  3. True with the help of changing the Bidi alignment.

  4. True by setting proper margin value.


Correct Option: B

How many state a TCheckbox can have?

  1. 2

  2. 3

  3. 4

  4. Any number


Correct Option: B

Which of these is a valid path declaration?

  1. string s="c:\abc.txt";

  2. string s="c:/abc.txt";

  3. string s=@"c:\abc.txt";

  4. All are correct


Correct Option: D