Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) By Default if you save a File with just pause statement in the script how it is going to store in winrunner?
2 10165
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Explain the types of connectors used by apache tomcat.
What are view composers?
What is a ipid?
What are the best features of impala?
What is 2way binding?
Define psp and its structure?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is data formatting in ms excel?
What is the use of trim command?
What is an rdbms? Name some examples for rdbms? What is crud?
How polymorphism works on actionscript? : adobe flex action script
How can you track any change in model attribute value?
How do you pronounce sql?
What is the purpose of the tempdb database?