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 32151

How to swap two variables, without using third variable ?

104 223080

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

1 6705

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 60390

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 35596

Find the largest number in a binary tree

7 28039

program to find the roots of a quadratic equation

14 60501

What are segment and offset addresses?

2 11574

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

18 31006

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

3 34552

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 41538

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

1 4283

Post New Infosys C Code Interview Questions


Infosys C Code Interview Questions


Un-Answered Questions

What are the different Primitive Data Types available in Hive?

427


how to remove the instance?

1530


What is the print in python?

471


What is the strong artificial intelligence thesis?

532


Can we have any code between try and finally blocks?

552






Explain the security with aop?

641


write the expression for a multiple Pi section filter's ripple factor?

3877


How to make a constant and use globally?

407


What is .net framework used for?

575


What are the types of lookup transformation?

627


How do I save in mysql?

484


What are the constitutions of the cell wall of chlorella pyrenoidosa ?

1725


Do you know what is garbage collector?

566


How do I copy formulas in word?

329


What is the difference between a hadoop database and relational database?

232