Answer Posted / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
how to construct a simulator keeping the logical boolean gates in c
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
How can you return multiple values from a function?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
can any one provide me the notes of data structure for ignou cs-62 paper
What is a structure in c language. how to initialise a structure in c?
What is the difference between if else and switchstatement
What are the types of pointers in c?
What is a MAC Address?
Differentiate call by value and call by reference?
What are the functions to open and close file in c language?
Are pointers integer?
what are bit fields? What is the use of bit fields in a structure declaration?