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 36214

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

2282

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

13 19647

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

12 32529

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 40587

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

9 28369

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

5 16200

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


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

6 19937

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 6490

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

10 37082

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

18 37326

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

13 36512

Tell about strtok & strstr functions

2 18021

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 29191

Post New HCL C Interview Questions


HCL C Interview Questions


Un-Answered Questions

What are the goals of dba?

250


if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure

1517


Is ms access easy to learn?

439


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

524


What are the three ways to skin a component?

5






Is couchdb used in the software industry?

1


3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

1432


What are batch, incremental, on-line, off-line, deterministic, stochastic, adaptive, instantaneous, pattern, constructive, and sequential learning?

618


Is mvc a design pattern?

215


What are the various types of Actions in UFT?

562


Which collection is sorted in java?

521


Is windows product key stored on computer?

429


What is xml simple definition?

457


Explain the processing class with examples?

507


How to patch one workstation manually?

1