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

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 24321

what is difference between ++(*p) and (*p)++

17 24493

how the size of an integer is decided? - is it based on processor or compiler or OS?

19 36429

what are the static variables

8 10699

The differences between Windows XP and Windows Visa

8 9387

write a program to swap Two numbers without using temp variable.

75 174115

what is volatile in c language?

9 28408

what is difference between array and structure?

44 127779

Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1737

what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 4459

what is the function of .h in #include in c ?

23 33384

what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 81379

hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?

1662

write a program for size of a data type without using sizeof() operator?

22 45683

Write an interactive c program that will encode or decode a line of text. To encode a line of text, proceed as follows: Convert each character, including blank spaces, to its ASCII equivalent. Generate a positive random integer. Add this integer to the ASCII equivalent of each character. The same random integer will be used for the entire line of text. Suppose that N1 represents the lowest permissible value in the ASCII code, and N2 represents the highest permissible value. If the number obtained in step 2 above exceeds N2, then subtract the largest possible multiple of N2 from this number, and add the remainder to N1. Hence the encoded number will always fall between N1 and N2, and will therefore always represent some ASCII character. Display the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text. Be certain, however, that the same random number is used in decoding as was used in encoding.

1 11780

Post New HCL C Interview Questions


HCL C Interview Questions


Un-Answered Questions

What do you mean by ejb?

553


Your procurement department has obtained independent estimates. The vendor's proposal is substantially different than the independent estimates. All of the following are true except: A. The SOW was not detailed enough. B. The vendor failed to respond according to the terms of the proposal. C. The vendor failed to respond to all items in the SOW. D. The vendor failed to respond to all items in the contract.

607


Can you name the seo blogs that you regularly read?

420


How to get WSDL file of a SOAP web service?

366


What are jagged arrays used for?

482






What is basic data structure?

505


Can you fix blue screen of death?

532


What are the organizational related Infotypes

1568


what is scupper?

1895


How do I share an excel file between two computers?

302


What is the purpose of reports in a database?

486


Can you create media folders in wordpress?

87


Is windows a hardware or software?

489


how noc operate?

2382


How do you culture N. gonorrhea on what type of media?

1696