logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Programming See What Others Are Saying!
  • Question
  • The output of the code below is #include void main() { int i = 0, k; if ( i == 0 ) goto label; for ( k = 0;k < 3; k++ ) { printf( "hin" ); label: k = printf( "%03d", i ); } }


  • Options
  • A. 0
  • B. hi hi hi 0 0 0
  • C. 0 hi hi hi 0 0 0
  • D. 0 0 0

  • Correct Answer



  • More questions

    • 1. What is object repository?
    • Discuss
    • 2. Which is the Stack used in 8085?
    • Discuss
    • 3. What does GUI stand for?
    • Discuss
    • 4. What is the main reason the OSI Model was created?
    • Discuss
    • 5. Ethernet uses which topology

    • Options
    • A. Star
    • B. Bus
    • C. Twisted pair
    • D. Both B & C
    • Discuss
    • 6. What are various scheduling queues?
    • Discuss
    • 7. What is the state of the processor, when a process is waiting for some event to occur?
    • Discuss
    • 8. What is Memory-Management Unit (MMU)?
    • Discuss
    • 9. SNOBOL is mainly used for

    • Options
    • A. Text Operation
    • B. String operations
    • C. List operations
    • D. Numerical operations
    • Discuss
    • 10. Convert the expression ((A + B) * C ? (D ? E) ^ (F + G)) to equivalent Prefix Notation
    • Discuss


    Comments

    There are no comments.

Enter a new Comment