Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 8209

program that accepts amount in figures and print that in words

2 5923

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

2 5146

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

1970

wht is the difference between KPO and BPO ?

2 14251

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

8 30821

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

8 10729

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

4 10032

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 15931

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 4092

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

4 7983

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

10 46535

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

2404

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

15 30446

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?

2044

Post New Infosys C Interview Questions


Infosys C Interview Questions


Un-Answered Questions

What is composite foreign key?

682


Can you explain the difference between discriminative and generative models?

30


Can you please explain the difference between vb and vb.net?

849


Come up with an algorithm to shuffle a deck of cards. Discuss how uniform a distribution your solution would achieve, and how you could potentially improve upon it.

1391


Why are elements arranged as they are in the periodic table?

1001


What is meant by priority sector?

1069


What kinds of decisions are most difficult for you at Starbucks?

1060


Design binary counters having following repeated sequence using jk flip flops a)0,1,2 b)0,1,2,3,4 c)01,2,3,4,5,6

1224


What are the contents of header and footer?

592


What are the disadvantages of threading?

784


What is the use of query transformation?

17


how will xml affect my document links?

952


Where is apache config centos?

895


Under which circumstances, informatica server creates reject files?

1028


SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?

958