What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
IBM,
22601.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
4 13673How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
1 3863
What is equivalent to ++i+++j?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is function definition in c?
Why does this code crash?
formula to convert 2500mmh2o into m3/hr
write a c program for swapping two strings using pointer
What is getch() function?
What are the uses of null pointers?
Is it possible to have a function as a parameter in another function?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is external variable in c?
Is swift based on c?
What is data structure in c programming?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain the use of 'auto' keyword in c programming?