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

Write, efficient code for extracting unique elements from a sorted list of array. e.g. (1, 1, 3, 3, 3, 5, 5, 5, 9, 9, 9, 9) -> (1, 3, 5, 9).

13 35175

How to swap two variables, without using third variable ?

104 223080

print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!

35 45412

how can u draw a rectangle in C

53 107733

1) int i=5; j=i++ + i++ + i++; printf("%d",j);This code gives the answer 15.But if we replace the value of the j then anser is different?why? 2)int i=5; printf("%d",i++ + i++ + i++); this givs 18.

8 60390

How to reverse a String without using C functions ?

33 102026

Write a C function to search a number in the given list of numbers. donot use printf and scanf

5 14382

Write a routine to implement the polymarker function

4372

main() { int c=- -2; printf("c=%d",c); }

1 19262

#include main() { struct xx { int x=3; char name[]="hello"; }; struct xx *s=malloc(sizeof(struct xx)); printf("%d",s->x); printf("%s",s->name); }

1 7981

main(){ int a= 0;int b = 20;char x =1;char y =10; if(a,b,x,y) printf("hello"); }

1 16213

main() { char *p = “ayqm”; printf(“%c”,++*(p++)); }

29 44080

can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2316

source code for delete data in array for c

1 5251

prog. to produce 1 2 3 4 5 6 7 8 9 10

4 5585

Post New TCS C Code Interview Questions


TCS C Code Interview Questions


Un-Answered Questions

Explain The ATM reference model

1326


Tell me what does the investment of personal assets by the owner will do?

645


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

556


State the different between between thin client & thick client?

1


What do you mean by internal server error?

575






What is the difference between a sandbox solution & a farm solution?

439


What are the plant-specific data in the material?

631


What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?

537


Is it difficult to learn php?

529


What for admirality brass used ?

645


Tell me how colors could be handled in selenium webdriver?

434


how to find quantity of concrete in PCC M15

1675


how much flux density of CRNO core

2321


What are the parts of a sql statement?

545


What are construction struts?

503