• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

INTERNAL COMBUSTION ENGINES QUIZ

Determine Output:void main(){ int i=10; i=!i>14; printf("i=%d", i);}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the given program?#include<stdio.h>void main(){int a=11,b=5;if(a=5) b++;printf("%d %d", ++a, b++);}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine the Final Output:void main(){ printf("\nab"); printf("\bsi"); printf("\rha");}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ int i; char a[]="�"; if(printf("%sn", a)) printf("Ok here n"); else printf("Forget itn");}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following code fragment?void main(){ printf("%x",-1<<4);}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ char *p; printf("%d %d", sizeof(*p), sizeof(p));}

TRUE ANSWER : ?
YOUR ANSWER : ?

Which of the following is a complete function?

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ char s[]="man"; int i; for(i=0; s[i]; i++) printf("%c%c%c%c ", s[i], *(s+i), *(i+s), i[s]);}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ char string[]="Hello World"; display(string);}void display(char *string){ printf("%s", string);}

TRUE ANSWER : ?
YOUR ANSWER : ?

The address operator &, cannot act on

TRUE ANSWER : ?
YOUR ANSWER : ?
MORE MCQ

QUIZ STATS

  • 0
  • 0

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑