what will be the model paper for the post of assistant
programmer in delhi high court
Answers were Sorted based on User's Feedback
Answer / javed akhtar
IT WILL HAVE OBJECTIVE TYPE QUESTION BELONGING TO RDBMS, C
& C++, OS, FUNDAMENTALS AND REASONING.
| Is This Answer Correct ? | 45 Yes | 5 No |
Answer / deepika
Thank you,Javed Akhtar!may I know how you know this?they
haven't published any thing in their advt. any way thanks
once again.
| Is This Answer Correct ? | 15 Yes | 4 No |
How you ll create customizing Tcode.
I want Ada programming language books. Could anyone post me any link for that?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
how can we maintain the previous version scripts to new version.
1 Answers DST Global Solutions,
hoe to data grid use in sql server 2000?
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
code for connection from windows forms to sql server
what is the difference between an OS(operating system) and Framework?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
what are all the ant command options
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29