Screening
Test -2 (25-10-2018)
1. Find
out first & second largest numbers without using arrays.
2. Display
given number in word format like12345 as One Two Three Four Five with &
without using looping statements (for, while, do-while).
3. Addition
of n matrices.
4. Calculate
y = (1!/x) + (2!/x2) + ...............+ (n!/xn) using
modular programming(functions).
5. Create
“Account” Database with possible number of attributes & operations using
structures.