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

C PROGRAMMING QUIZ

The recursive functions are executed in a ...........

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output given program?#include<stdio.h>void main(){int i = -10;for(;i;printf("%d ", i++));}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ char *p; p="Hello"; printf("%c", *&*p);}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following program?#include<stdio.h>#define prod(a,b) a*bvoid main(){ int x=3,y=4; printf("%d", prod(x+2,y-1));}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the final value of the digit?void main(){ int digit = 0; for( ; digit <= 9; ) digit++; digit *= 2; --digit;}

TRUE ANSWER : ?
YOUR ANSWER : ?

Determine Output:void main(){ int i=1; while(i<=5) { printf("%d", i); if(i>2) goto here; i++; }}fun(){ here: printf("PP");}

TRUE ANSWER : ?
YOUR ANSWER : ?

In which stage the following code#include<stdio.h>gets replaced by the contents of the file stdio.h

TRUE ANSWER : ?
YOUR ANSWER : ?

Which of the following is correct way to define the function fun() in the below program?#include<stdio.h>void main(){ int a[3][4]; fun(a);}

TRUE ANSWER : ?
YOUR ANSWER : ?

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

TRUE ANSWER : ?
YOUR ANSWER : ?

Identify the correct output of the following code:void main(){ int w=10, x=5, y=3, z=3; if( (w < x ) && (y=z++) ) printf("%d %d %d %d", w, x, y, z); else printf("%d %d %d %d", w, x, y, z);}

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
↑