please give me some tips for the selection in TCS.

Answer Posted / sukekshani

for written exam...prepare GRE Barrons 12
edition...n.....for tech interviwe...b confident for every
answer

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which type of language is c?

656


What is the difference between union and anonymous union?

841


Which header file is essential for using strcmp function?

947


Explain main function in c?

630


What is table lookup in c?

633






What does calloc stand for?

653


What is bss in c?

609


Are local variables initialized to zero by default in c?

557


Why do we use pointer to pointer in c?

603


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1205


Explain the difference between malloc() and calloc() function?

604


Is it acceptable to declare/define a variable in a c header?

688


List out few of the applications that make use of Multilinked Structures?

1310


What is difference between %d and %i in c?

698


What is the purpose of sprintf?

625