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 35131

How to swap two variables, without using third variable ?

104 222926

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

35 45344

how can u draw a rectangle in C

53 107608

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 60354

How to reverse a String without using C functions ?

33 101955

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

5 14372

Write a routine to implement the polymarker function

4364

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

1 19237

#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 7968

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

1 16195

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

29 44020

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

2309

source code for delete data in array for c

1 5242

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

4 5561

Post New TCS C Code Interview Questions


TCS C Code Interview Questions


Un-Answered Questions

What is identity template in xslt?

426


What is the role of the media objects in bootstrap?

1


What are the hashes?

471


Is mysql deprecated?

454


What is the meaning of the term collective security?

1






What are the various sectors in the hotel industry?

643


How do you open a file in cmd?

511


how to interlock 3 incomer-ACB,1 buscoupler ACB,... pls answer this question and if possible send me the ckt diagram..haifriends2910@gmail.com

2365


How do you use data validation in excel?

301


Manually in a page 10 check boxes is there.so 5 check box "on" and 5 check box "off" so using descriptive program how to know how many "on" and how many "off" plz help me this question answer?

1967


What is progressive enhancement?

610


What is transact-sql ddl trigger?

622


How is CRM changing and what does the business owner need to be aware of?

319


How will you consider un planned delivery cost in purchase?

596


If my analytic view foundation is joined to attribute views, is both the olap and join engine used?

47