What are pragmas and what are they good for?
No Answer is Posted For this Question
Be the First to Post Answer
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Explain what is wrong with this program statement?
How can you restore a redirected standard stream?
What do you mean by c?
Differentiate between a structure and a union.
What are formal parameters?
How can I call fortran?
Why preprocessor should come before source code?
what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1
why we use "include" word before calling the header file. is there any special name for that include??????
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me