What are the different ratings of the fuse units for different distributions at your organization?
3 26759What should be the earthing resistance of an industrial substation and also What should be the house hold earthing resistance?
20 112617what is inventory and how can manage the inventory. what is ledger and what difference in inventory and ledger.
4 16776Post New TATA Interview Questions
Explain the main differences between star and snowflake schema?
why cost center is assign to gl account in sap
Which java class handles the Input record encoding into files which store the tables in Hive?
What are the types of windows operating system?
What is eval() in javascript?
What are the use of BPM patterns?
Can you explain the role of a production engineer in a manufacturing environment and the key responsibilities they typically handle?
How do you insert a multiplication formula in word?
What is a delimited list in excel?
How many rejections do you take in a typical week?
Who insures the banks in india?
how to include an external css in angular 4?
How to create, read and delete cookies with jquery?
What is the default shell in linux called?
#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); }