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 65251

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

24 61677

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 17569

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 33436

full c programming error question based problem

3 16186

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

12 28948

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

6 8304

what is exceptions?

5 5947

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

14 41156

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

What do you understand by wpf accesstext control?

114


What are the most important things to learn in excel?

301


How to include cms block in template file(.phtml)?

3


You are the project manager for Fun Days vacation packages. Your new project assignment is to head up the Fun Days resort opening in Austin, Texas. You are estimating the duration of the project plan activities, devising the project schedule, and monitoring and controlling deviations from the schedule. Which of the Project Management Knowledge Areas are you working in? A. Project Scope B. Project Quality C. Project Integration D. Project Time

626


What does the RUN statement do?

843






What is alias in db2?

561


What are the population, sample, training set, design set, validation set, and test set?

637


Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

1577


How variables are declared?

509


What are the types of trigger in oracle?

567


How do you define transactions in spring?

148


How do I open an xml file on my phone?

444


Is arch linux good for programming?

445


Which is the latest version of ms word?

317


Explain differences between checked and unchecked exceptions in java?

627