Posts

The middle term in the expansion of is:

A programming team has 13 members comprising of 7 women and 6 men. How many groups of 7 members can be chosen that contains 4 women and 3 men?

C Language implements modular programming by using ........

stdio.h is a ________

Dennis MacAlistair Ritchie or Dennies Ritchie is ________

Is the statement " extern int i; " a declaration or definition

What is the output of the program?#includeint main(){ extern int a; printf("%d\n", a); return 0;}int a=20;

The process of subdividing a computer program into separate sub-programs called ________

By default a real number is treated as a ________

Which of the following special symbol allowed in a variable name ?

Failing to put punctuation is an example of ________

#include { int x = 100; { int x = 200; printf(“%d”, x ); } printf(“%d ”, x );}The output of this program is:

________ holds single precision floating values

A diamond in a flowchart indicates ________

int is an example of ________

Flow chart symbol arrow is used to represent _______

If else statement is an example of ________Compound Selection Iterative Label

Which of the following are shared by two kernel level threads belonging to the same address space?

Which of the following is abstracted by operating system?

Which of the following is true about shell?