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

HCL Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 490086

why you used Java Script? Can it use for both client side and server side validation purpose?

12 29989

what are Implode and Explode functions?

8 29094

What is Win32?

14 35190

How to access or modify the const variable in c ?

16 36587

Difference between Top down and bottom up approaches for a given project ?

14 105279

What is difference between initialization and assignment?

12 59757

What is virtual constructor paradigm?

5 13664

when can we use virtual destructor?

7 24476

What is Difference between thread and process?

28 258978

What is the abbreviation of SMILE

12 30544

what sort of things what u put in Bug Report ?

5 12216

Will you write a test plan in all phases?

11 23985

In Dialog program Syntax of Synchronous and Asynchronous?

2 8689

Domain-use?

4 10214

Post New HCL Interview Questions


HCL Interview Questions


Un-Answered Questions

what is tag in wordpress? Explain

107


What is azure dns server and how to configure it ?

313


Have you made any mistakes in your seo based profiles and how did you rectify them?

417


what is the difference between a gem and a plugin in Ruby?

5


What are some of the options available to transfer materials from one plant to another?

683






What is openedge abl in terms of taking the perspective of the developer?

485


What are the white collar exemptions to the FLSA?

5


Name some of the google adwords ad extensions?

1


What is android 4.0 called?

484


Tell me an example of the languages supported by webdriver?

680


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

542


What is GNP? How it is calculated?

684


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2070


How can client computer accounts be added to the active directory?

103


What new futures added in css3 for borders and how browser support it?

283