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 36436

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 19782

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

12 32634

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 40724

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

9 28527

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

5 16272

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


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

6 20018

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 6553

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

10 37235

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

18 37520

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

13 36693

Tell about strtok & strstr functions

2 18068

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 29402

Post New HCL C Interview Questions


HCL C Interview Questions


Un-Answered Questions

Which is the best field foundation bus. ( FF ) Yokogawa, Honeywell or others ?

1345


How does jdbc driver work?

527


why micro controller 8051/52's clock frequency is internally divide by 12 ?? and why it is further divide by 32 in UART serial communication ??

6853


Explain how does caffeine effect plant growth?

524


What is api in j2ee?

470






Explain the typeof operator?

537


What is dependency management?

443


In angular js, we need to worry about security holes?

457


What is by default prefix of wordpress tables?

115


What is ci framework in php?

495


What are feature vectors?

117


What are the page windows? How many main windows will be there in a page window?

549


What is flashback table ? Advance thanks

1476


Explain about the asc function?

597


What is the main means by which autotrophic beings obtain energy?

73