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

ENGINEERING ECONOMICS QUIZ

Determine Output:void main(){ static int i=i++, j=j++, k=k++; printf("%d %d %d", i, j, k);}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following code?void main(){ int a[10]; printf("%d %d", a[-1], a[12]);}

TRUE ANSWER : ?
YOUR ANSWER : ?

The operator > and < are meaningful when used with pointers, if

TRUE ANSWER : ?
YOUR ANSWER : ?

In C programming language, which of the following type of operators have the highest precedence

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following program code?#include<stdio.h>void main(){ int i = 10; void *p = &i; printf("%f", *(float *)p);}

TRUE ANSWER : ?
YOUR ANSWER : ?

Array passed as an argument to a function is interpreted as

TRUE ANSWER : ?
YOUR ANSWER : ?

Find the output of the following program.void main(){ char *msg = "hi"; printf(msg);}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ static char *s[] = {"black", "white", "yellow", "violet"}; char **ptr[] = {s+3, s+2, s+1, s}, ***p; p = ptr; ++p; printf("%s",*--*++p + 3); }

TRUE ANSWER : ?
YOUR ANSWER : ?

Consider the following type definition.typedef char x[10];x myArray[5];What will sizeof(myArray) be ? (Assume one character occupies 1 byte)

TRUE ANSWER : ?
YOUR ANSWER : ?

Who is father of C Language?

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
↑