Programming in C Online Quiz
organised by DoCT V.Y.W.S.'s POLYTECHNIC, BADNERA
Sign in to Google to save your progress. Learn more
Email *
Advantage of Algorithm *
1 point
In flow chart ___ symbol is used for decision making *
1 point
The value which is fixed during program execution is *
1 point
__ not a keyword *
1 point
int  *ptr; Here ptr is *
1 point
There are __ types of format specifiers that are avalible in C. *
1 point
Control strings %lu and %g are used *
1 point
__is known as exit time statement. *
1 point
user defined header files are include in *
1 point
In C parameters passed by __ *
1 point
The ___ statement terminates the execution of a function *
1 point
Function can return *
1 point
  #include<stdio.h> int main(){  show(); return 0; } void show () { printf("Hello"); } output? *
1 point
What will be the value of c after execution. int c=2; c=c+++++c; *
1 point
int m=40,n=80; printf ("value = %d",(m^n)); output? *
1 point
__ technique use to store negative integer in C *
1 point
Dangling pointer is a pointer held *
1 point
How many ways of creating constants in C *
1 point
What is the return type of printf() statement in C? *
1 point
c = getchar();putchar(c); in this code getchar()  ___ *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy