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 Interview Questions
Questions Answers Views Company eMail

Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.

2 7096

program that accepts amount in figures and print that in words

2 5115

what is the main use of c where it can use the c

2 3978

List the variables are used for writing doubly linked list program.

1626

wht is the difference between KPO and BPO ?

2 13307

program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5

8 28003

program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 8724

#include void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 8422

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 14970

Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 3296

What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 6133

how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 43588

WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030

#include int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 26583

How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1594

Post New Infosys C Interview Questions


Infosys C Interview Questions


Un-Answered Questions

How do you perform annual closing in sap? : fi- general ledger

672


How do you create a drop down list in excel based on a cell value?

298


How to create a simple stored procedure in ms sql server?

523


Describe the Application Server log files?

1183


examples of problem solving?

2126






What do sale t-code stand for?

546


reqyured sale tax pattern

1551


I have a form with a submit button. On the form and the submit button are two separate listeners. Which is invoked first?

103


You know that BAC = 375, PV = 300, AC = 200, and EV = 250. Variances that have occurred on the project to date are not expected to continue. What is the ETC? A. 75 B. 50 C. 125 D. 150

861


What is a handling unit?

1589


Why is html5 important?

467


What are benefits of qtp?

584


Does direct memory manipulation is an unsafe operations, if yes, how?

569


What is the difference between amnion and chorion?

5


What is prepared statement in sql?

551