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

How to develop software using "c" programming?

1 9340

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 9245

what is an inline function?

2 3587

enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 6637

WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 15181

what are bps & baud rates? differentiate these two?

2 4028

What are the different types of pointers?

4 6920

what is the value of b if a=5; b=++a + ++a

31 54937

write a c program to print "Welcome" without using semicolon in the whole program ??

15 21292

develop algorithms to add polynomials (i) in one variable

1722

what is pointer?

13 12097

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 16931

what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 5037

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 13730

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 10242

Post New TCS C Interview Questions


TCS C Interview Questions


Un-Answered Questions

What is the difference between call & apply?

468


Is datetime value type c#?

475


what is two point starter?

1619


How do you declare an array that will hold more than 64KB of data?

629


What are linked lists in c?

636






Is the data bus is Bi-directional?

652


How to remove whitespaces from a string in python?

457


What are the most important characteristics of pl/sql?

560


Explain about system database?

569


what is the control circuit for operating the clean room air shower

1718


What are the ways a project time schedule can be compressed?

563


Is it necessary to sort a file before searching a particular item ?

543


What is action hooks and filter hooks?

486


I want to add a toolbar to my spreadsheet that when clicked, brings up userform1?

277


What are the Advantages and Application Areas of PHP?

503