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

How to access or modify the const variable in c ?

16 36424

Write a program in C to convert date displayed in gregorian to julian date

2296

AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 19779

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 32631

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

8 40715

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 28518

fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 16265

i=20,k=0; for(j=1;j 8 20753


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 20016

f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 6552

which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 37233

long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 37517

x=2,y=6,z=6 x=y==z; printf(%d",x)

13 36687

Tell about strtok & strstr functions

2 18065

Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program

19 29400

Post New HCL C Interview Questions


HCL C Interview Questions


Un-Answered Questions

What is SCSI in windows operating system?

5


What is the function of //jcllib statement?

791


approx how long a simple website take time just for manual testing including report generation.

1577


How do you run a slide show?

117


Mention what does the text input format do?

231






What is meant by unix operating system?

510


Is django in the hateful eight?

191


Where normally afd's are stored?

497


What is VNET peering?

342


What we will do with the universe for faster process?

559


Explain different ways to run ae, sqr?

385


What five words would be describe you? : insurance sales

340


Is string thread safe in java?

569


What is App Bundle in iOS operating system?

505


What are the specific features of vora vs apache spark? : hana vora

60