- Q What are the various techniques of pumping.
- Q What is cancelling sql and terminating sessions?
- Q An electron carries a charge?
- Q SilkTest runtime doesn't always get control (focus) after a test
- Q how we take only numeric value in a text box.
- Q NET - Define Stream class in .NET. Explain with an example using C#.NET
- Q Power factor is cosine (delta) delta is the angle between 1) Phase voltage phase current 2) Line voltage lone current 3) Phase voltage line current 4) Line voltage phase current.
- Q How the Kernel handles the fork() system call in traditional Unix and in the System V Unix, while swapping?
- Q In Which city does the novel ‘Aarachar’ by KR Meera take place?
- Q Which is the largest Zoo of India?
- Q main() { char a[2]; *a[0]=7; *a[1]=5; printf("%d",&a[1]-a)