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 64969

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

24 61451

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 17532

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 33157

full c programming error question based problem

3 16143

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

12 28744

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

6 8243

what is exceptions?

5 5892

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

14 41005

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

What is the real function of reverse power relay in generator panel while syncronising?

1573


dynamic scoping is

539


What is difference between static and non-static fields of a class?

475


What is devops engineer’s duty with regards to agile development?

1


What are spa/gpa parameters (sap memory)?

686






What is ms-dos full form?

268


I have a few records all are same structures data, I want to store data in multiple targets how

2123


Give example of situation where you were able to set priorities and abide by them ?

3527


Which rman command is used to create an exact replica of a database innew host?

253


What is data source object?

525


what are the possible reaons & remedies if resistance of NGR getting heat up

1364


How does pl sql work?

501


What is beanfactoryaware in spring?

152


What is a Purchasing Organization ?

467


Explain me how does linq work?

564