What is mean by Data Driven framework in QTP? Can any one
answer me in details on this regard.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between the local variable and global variable in c?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
How variables are declared in c?
Write a program of prime number using recursion.
Explain the difference between #include "..." And #include <...> In c?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Give the Output : * * * * * * * * * *
State the difference between realloc and free.
what is the difference between declaration and definition of a variable or function ?
What are the preprocessors?
What is the translation phases used in c language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?