An algorithm is best described as:
The expression, i=30*10+27; evaluates to:
BCPL
Product of matrices A(m x n) and B(n x p) will be matrix C with row...
In C program, all variable must be declared before they are used
While(1) { }
Matrix is
The operator && in 'C' language is a
If A=5 and B=++A, the value of A and B
Which of the following is related to machine language?
For(; ;)
Which of the following is the correct order if calling a function in...
Which of the following datatype is a structured data type with...
Choose the odd one out
The keyword used to transfer control from a function back to the...
Which of the following is the correct order of evaluation for the...
Array is a collection of:
When multidimensional array are assigned initial value:
Macros are defined using
Break used
The result of Relational operation is always
The string is terminated automatically in the memory
How many times "IndiaBIX" is get printed
...
Which of the following cannot be used as identifiers?
Int a[3]={1,2,3}; printf("%d",a[3]);
What do the following declaration signify? void *cmp();
If you don't initialize a static array, what will be the elements...
When we declare an array
The default return type of main() is
The C statements printf (" The value= %x",62); will print
What is the similarity between a structure, union and enumeration?
Choose the odd one out
In the passage of text, individual words and punctuation marks are...
The file stdin has to be explicitly opened before it can be used
When the following piece of code is executed, what output will be...
Which of the following are not valid variable names in C?
The exit() function causes an exit from a function
Which option is used to print question mark
How many times is a do while loop guaranteed to loop
Choose the Correct one:
p=5/2