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

void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..

32 64883

void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?

24 61375

Assume that the int variables i and j have been declared, and that n has been declared and initialized. Write code that causes a "triangle" of asterisks of size n to be output to the screen. Specifically, n lines should be printed out, the first consisting of a single asterisk, the second consisting of two asterisks, the third consistings of three, etc. The last line should consist of n asterisks. Thus, for example, if n has value 3, the output of your code should be * ** *** You should not output any space characters. Hint: Use a for loop nested inside another for loop.

2 17514

WHAT WILL BE THE OUTPUT OF THE FOLLOWING QUESTION void main() { int x=4,y=3,z; z=x-- -y; printf("%d%d%d",x,y,z); }

25 33099

full c programming error question based problem

3 16122

#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }

12 28699

void main() { int i=7; printf("N= %*d",i,i); }

6 8216

what is exceptions?

5 5870

void main() { int i=5; printf("%d",i+++++i); }

14 40959

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

Explain power management?

470


What are the important aggregation usage indicators?

1518


46.How you can create cross joined output using join component ? 47.What is the default layout of watcher files ? How to use in abinitio graph? 48.Why you get 'too many open files' error ? How to use in abinitio graph? 49.What is the significance of vnode folder under AB_WORK_DIR ? How to use in abinitio graph? 50, What is the significance AB_AIR_BRANCH? How to use in abinitio graph? 51. How can you select only unique records from a set of records ? How to use in abinitio graph? 52. How next_in_sequence work in parallel layout ? How to use in abinitio graph? 53. Why you want to set a modest number in limit ? How to use in abinitio graph? 54. How you can encrypt a password and use it in dbc file? How to use in abinitio graph? 55. Which function you should be using if you do not want to process non printable char from a feed file ? How to use in abinitio graph? 56. How you can run a component for certain conditions ? How to use in abinitio graph? 56. What is catalog and when you should use it ? How to use in abinitio graph? 57. How you can use reformat as a router ? How to use in abinitio graph? 58. How many process gets created for a n-way parallel component ? How to use in abinitio graph? 59. Why delimited DMLs take more time to process than fixed length DMLs? How to use in abinitio graph? 60. How can you select only first and last record from a file without using next_in_sequence? How to use in abinitio graph? 61.Why you should always keep largest input as driving input for Join ? How to use in abinitio graph? 62. What a catalog file contains ? How to use in abinitio graph? 63. What Is private project and public project ? How to use in abinitio graph? 64. Why you should not use checkpoint after replicate ? How

5170


Explain two instances where routing is not implemented or required?

557


What are the Scope Planning process tools and techniques? A. Benefit/cost analysis, work breakdown structure templates, expert judgment, and supporting detail B. Product analysis, benefit/cost analysis, alternatives identification, and expert judgment C. Product analysis, work breakdown structure templates, supporting detail, and expert judgment D. Benefit/cost analysis, alternatives identification, supporting detail, and expert judgment

502






where will movement type get assigned?

642


Define @include.

471


What is the contrast between delimited by space and delimited by size?

508


Explain about dosage and route of administration, which make a substance antigenic?

187


What is tempdb in sql server?

483


Is wordpress good for websites?

85


What is heavenly ganges ( milky way ) galaxy?

109


What is field in database give an example?

419


Which server os is best?

508


What is the difference between pickling vs unpickling?

462