What is the meaning of below lines? void sum (int, int);
A join expressions using on condition can express a richer class of join conditions than
FTJMP, GRMIU, EUINO, __, DVHON, IPOGW
Comment on the output of this C code? void main() { float x = 0.1; printf("%d, ", x); printf("%f", x); }
If the digits on the dial of a clock are replaced by alternate English alphabet beginning with D such as D replaces 1, F replaces 2 and so on, then where will be the hour hand at 19.45 O'clock
The correct syntax for running two variable for loop simultaneously is
What is the output of this C code? void main() { double x = 123828749.66; int y = x; printf("%d\n", y); printf("%lf\n", y); }
What is the output of the below code considering size of short int is 2, char is 1 and int is 4 bytes? int main() { short int i = 20; char c = 97; printf("%d, %d, %d\n", sizeof(i), sizeof(c), sizeof(c + i)); return 0; }
A person wants to visit some places. He starts from a vertex and then wants to visit every place connected to this vertex and so on. What algorithm he should use
A man earns 24,000 per month. He spends one-third of his income on personal expenditure. Half of the remaining income is invested in a scheme for 15% interest per annum. After investing half of the remaining income is invested in a scheme which gives 10% income per annum. The remaining lies in a bank where it earns an interest of 4% per annum. The effective rate of interest earned by the man on his investments by the end of the year is
what is next in the number series 9, 54, 135, 252
What next 64 : 56 :: 81 :