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

TCS C Interview Questions
Questions Answers Views Company eMail

What are Storage Classes in C ?

32 127521

what is a far pointer

12 38667

What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 36586

What is the difference between char a[] = "string"; and char *p = "string"; ?

14 45135

What is the real difference between arrays and pointers?

27 65021

long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 41966

x=2,y=6,z=6 x=y==z; printf(%d",x)

13 41438

Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 20130

write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 42712

C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 23840

The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 15175

What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 21772

What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 26663

Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 34134

Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 20677

Post New TCS C Interview Questions


TCS C Interview Questions


Un-Answered Questions

What is the symbol for average?

974


Mention what the difference between a 'defect' and a 'failure' in software testing is?

1027


How to enable html5 mode in angular 1.x?

812


Explain some features of magento?

3


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

2287


Does silverlight have a system.console class? Why?

1


Since we can create managed bean by two ways as, we can define the bean name in faces-config.xml file so that page can use that OR we can write annotation on bean class so that it is automatically assign to page but I want to know which one is good programming practice ? And also mention disadvantage of other which should not prefer ... Thanking you...

2231


How can a taxpayer get a refund for an overpayment of taxes?

1086


Your default umask is 002. What does this mean?

803


What is the rule of 9 in bridge?

321


What is the reshaping of data in R?

124


Explain the difference between the stack and the heap?

918


How we can display

at the center of the webpage?

743


How do I add midi music to my web page?

763


What do you understand from Node redundancy and is it exist in hadoop cluster?

1182