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

Infosys C Code Interview Questions
Questions Answers Views Company eMail

Program to Delete an element from a doubly linked list.

4 32171

How to swap two variables, without using third variable ?

104 223300

Sorting entire link list using selection sort and insertion sort and calculating their time complexity

1 6716

1) int i=5; j=i++ + i++ + i++; printf("%d",j);This code gives the answer 15.But if we replace the value of the j then anser is different?why? 2)int i=5; printf("%d",i++ + i++ + i++); this givs 18.

8 60457

How do I write a program to print proper subset of given string . Eg :input: abc output:{},{a},{b},{c},{a,b},{a,c},{b,c}, {a,b,c}.I desperately need this program please mail me to saravana6m@gmail.com

11 35615

Find the largest number in a binary tree

7 28063

program to find the roots of a quadratic equation

14 60553

What are segment and offset addresses?

2 11584

main() { printf("%d, %d", sizeof('c'), sizeof(100)); } a. 2, 2 b. 2, 100 c. 4, 100 d. 4, 4

18 31075

void main() { int const * p=5; printf("%d",++(*p)); }

3 34591

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

19 41575

Is it possible to type a name in command line without ant quotes?

1 4291

Post New Infosys C Code Interview Questions


Infosys C Code Interview Questions


Un-Answered Questions

How do you create an index in word?

321


What are Intent filters in Android?

558


What is global namespace in c#?

482


What is the use of abline() function?

70


What is the difference between map and flatmap?

211






Explain about ADO control?

585


What are different types of screen keywords?

101


visibility section for class level and attributes level

813


What is a shell in operating system?

587


What do you known about those companies?

667


How to upload files using html to website?

469


What is the use of case transform?

519


Explain in brief, what uddi is?

335


How do I know if my harddrive is failing?

485


armature winding of dc machine produce alternating emf then it convert in to dc by using commutator.But only we consider armature resistance why don't we consider inductive reactane effect?

1628