The largest lake in India is: (a) Dal Lake (b) Wular Lake (c) Pushkar Lake (d) Badkhal Lake
14 25587Post New Sudarshan Vidya Mandir Interview Questions
Explain first() operation in Apache Spark?
What is the difference between sleep and hibernate?
How do you implement one to many relationships in hibernate?
Tell us do you have medical-billing certification? If not, are you planning to get certified or are you in the process of getting certified? : insurance health
What is spreadsheet and its function?
How to delete duplicate rows from table except one?
What is processlist in mysql?
How the mapping is done in bw?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is open sql?
What are locale settings?
What is write ahead log(journaling)?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
How to track no of user logged in?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)