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 69284

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

24 65098

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 18081

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 37067

full c programming error question based problem

3 16741

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

12 31232

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

6 9224

what is exceptions?

5 6648

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

14 43482

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

What is a binary classification in machine learning?

55


Explain what is the impact if dns server fails?

722


How is CRM helpful in sales?

410


What is split valuation? What are the settings reuired for it?

1060


What is a pass in bubble sort?

665






Explain ecmascript?

342


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

852


What is the use of the tag in the web.config file?

725


What is difference between coding and programming?

586


I am new at this excel game. How do you figure elapsed time? I have formatted the cells in military time, create a start time column and an end time column andwould like to know the difference?

488


Where are autotext entries stored?

403


Which report can you use to monitor change run?

1709


Explain what is tomcat coyote?

627


how is the connection of a 3 phase ct trivector meter done on a pole mounted transformer

1092


What is state? What is the difference between states and viewstack in flex?

5