Q1.Write a C program which asks the user for a number between 1 to 9 and shows the
number. If the user inputs a number out of the specified range, the program should
show an error and prompt the user for a valid input.
No Answer is Posted For this Question
Be the First to Post Answer
What are events in smartforms?
hi This is radhika.Can anyone help me to know the question papers of NATIONAL INFORMATICS CENTRE for the post of scientific officer/engineer? if anyone know plz tell me question paper pattern
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
5. How do you round the addition or subtraction of two numbers in assembler?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
I am taking the bmc control m/enterprise manager 7.0 scheduling test and just wanted to see what kind of questions they would ask or if anyone has taken the test and how long it is for how many questions?
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
How to swap two String values without using a third variable?
what is web configuration file
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
Define Abstract method & class with Example
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik