I want sample papers for NIC Examination. Plz send them to
my mail Id das.neelam@gmail.com . Plz send it today,
tomorrow i've the exam.
No Answer is Posted For this Question
Be the First to Post Answer
I am work in it aompenei
How you ll create customizing Tcode.
Write a program to find whether a given number is prime or not.
How do you initialize a static member of a class with return value of some function?
Write a pascal program to calculate the sum of the first 100 even number and odd number
Define Abstract method & class with Example
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
What is Console Application? & The purpose Of Console Application? with description.
explain how to make a control visible and invisible during runtime
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
In Java what is the difference between following two statements ? int a[],b; int []a,b;