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 5925

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

2 5148

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

1970

wht is the difference between KPO and BPO ?

2 14257

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

8 30829

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

8 10738

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

4 10033

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 15937

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 4093

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

4 7990

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

10 46543

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 30465

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

Why is my phone stuck in safe mode?

912


Explain the Canny's Algorithm.

929


Where do we define time profiles?

996


What is datetime format supported in .csv file for upload in salesforce? : salesforce Data Management

548


How to implement you own package in laravel?

710


Is windows 10 still available free?

785


Mention the difference between Data Mining and Machine learning?

134


Do you have any professional experience in this field?

1002


what message is sent to an application when the user presses the primary button?

1785


What is the key to success in this job?

1156


how do you debug and test your sas programs? : Sas programming

1072


How you can handle frames using selenium 2.0?

911


Its danger for human to sleep at night under a big a tree, why its not danger for birds because they sit on the tree whole night?

1749


Write the condition for critical point (a,b) to become function f(x,y) minimum.

1003


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

2082