The State in India with the largest coastline is: (a) Tamil Nadu (b) Kerala (c) Andhra Pradesh (d) Maharashtra
44 194720. Our constitution came into force on (1) 26th November, 1949 (2) 15th August, 1945 (3) 26th January, 1950 (4) 1st January, 1952
2 10076hi friends i m from electrical branch and seeking for tech. + apti. both papers of hpcl plz get it available as soon as possible
18821KVA transformer of different frequencies of 50hz,100hz,500hz&1000hz. which one of these transformer has big size? Give reason
16 39526How to calculate HT XLPE CABLE for 11 kv / 433 v , 1500 kva oil type transformer system? plz provide step by step calculation
15 131901for 1000kva transformer how kvar rating is need for this PFI plant. and how does it will calculate? and Apmpere rating of main cable connection?
6 18855Which tax is not shared by the cental govt. with the state govt. 1. Income tax 2. Excise Duty ....
11 31137In which form Government will get the more profit than any other? a)Direct taxes b)Indirect taxes c)exise tax d)estate taxe
7 10224Post New Engineers India Interview Questions
Explain static and dynamic memory allocation with an example each.
Is linq an orm?
What is Survival Analysis?
How to define a directory?
What do you understand by the process of compilation and linking in python?
What does shebang mean in unix?
What is the advantage of bw reporting on co-pa data compared with directly running the queries on co-pa?
What are namespaces? Why are they important?
which power station plants r more efficient? which is less? which is most expensive and which is cheapest?
When was National Green Tribunal (NGT) constituted?
why java uses class level type casting ?
Explain some of the controls setup during the configuration of internal order types in the co module?
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
What are the benefits of setting up a local repository?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }