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 13674How 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
How can I get random integers in a certain range?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What does the format %10.2 mean when included in a printf statement?
Give me the code of in-order recursive and non-recursive.
code for quick sort?
What is self-referential structure in c programming?
Explain what is the benefit of using const for declaring constants?
Is anything faster than c?
What is malloc() function?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is null pointer in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Write a program which returns the first non repetitive character in the string?
can anyone suggest some site name..where i can get some good data structure puzzles???