Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Infogain Interview Questions
Questions Answers Views Company eMail

Is it better to use malloc() or calloc()?

785

What is the difference between NULL and NUL?

905

What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

780

What will the preprocessor do for a program?

704

When should a far pointer be used?

712

What do the functions atoi(), itoa() and gcvt() do?

842

What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1077

How would you use the functions fseek(), freed(), fwrite() and ftell()?

829

What are the differences between DDL, DML and DCL in SQL?

868

What will happen if a thrown exception is not handled?

685

What advantages does DBMS have over traditional file systems?

717

Explain the importance of method overloading in C++?

674

What do you by Function Overloading in C++?

691

What is constant keyword in C++? Illustrate its various uses.

684

What is Dynamic xpath in selenium ?

631

Post New Infogain Interview Questions




Un-Answered Questions

What is Cell Bank Purity ?

1879


What is ordinary table in oracle?

766


what is difference between temporary change control and deviation

2007


How old is wordpress?

112


What is the difference between weak and strong artificial intelligence and what is the turing test for strong artificial intelligence?

584






What is root password?

584


hi frenz,its aswathy.i hve aplied for the hpcl test on feb,pls send the test patern & the placement papers as soon as possible. mail-id :kjaswathy@gmail.com

1441


What is a hash cluster?

652


How to insert dynamic values in mysql using php?

777


Explain the common execution states for a swift ios app (ios application lifecycle).

544


After taking shutdown of 11kv feeder, if you see 5kv by phasing stick in the cable side, is it possible to close earth switch in cable.

2060


In the early days of GSM the max TRX config was 4-4-4. Now that 6-6-6 is being used, using the signalling space for the extra required b/w, how does the signalling get managed?

3948


How do you check if two objects are the same in python?

582


What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

3026


What is hashset in scala collection?

1