Tag: technology

Questions Related to technology

  1. Build Validation and Build Acceptance

  2. Build Verification and Build Validation

  3. Build Acceptance and Verification

  4. None


Correct Option: A
  1. Write Once, Run Anywhere

  2. Read Once, Write Anywhere

  3. Read Once, Run Anywhere

  4. Write Twice, Run Once


Correct Option: A
  1. Dennis Ritchie

  2. James Gosling

  3. Bjarne Stroustrup

  4. Ken Thompson


Correct Option: C

int ThatsMyFunction() { return 5; } void main() { printf("%u",ThatsMyFunction); }

  1. Compilation Error

  2. Some Unknown Random Number

  3. 5

  4. I Dont Know


Correct Option: B

void main() { int i; char *item; for(i=0;i<512;i++,item++) printf("%c",item); }

  1. ASCII Table - twice

  2. Segmentation fault

  3. I hate this Quiz and I dont know it

  4. Compilation Error


Correct Option: A
  1. Compilation Error - Undeclared Identifier

  2. Compilation Error - Syntax

  3. I dont know

  4. Will Compile but no Output


Correct Option: D