Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to access an external javascript file that is stored externally and not embedded?

590


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

614


Should I use mbr or gpt?

529


How do you know if a relationship is 2nf?

504


i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

2231






What is FTA card? How it works?

1721


In siemens S7-300 PLC, what is function and function block ? What is the difference between them ? When to use function and when to use function block ?

2642


How do I activate a wordpress theme?

98


What is dialect in hibernate?

214


an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).

517


How do you do marketing analysis for a new and unknown product?

682


What is the purpose of creating symbolic a/c, what is transaction code for same ? Can we assign one symbolic a/c to multiple wage types ?

549


What is the basic criterion for one qualification to be an alternative for another qualification?

564


What is the example of command sentence?

506


Do you know what is linq?

573