Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 74899

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

24 69256

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 18915

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 41217

full c programming error question based problem

3 17546

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

12 34182

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

6 10571

what is exceptions?

5 7787

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

14 46530

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

How does the HTTP handle state?

1064


What is the difference between dbm cfg and db cfg file in db2 ?

1537


how to calculate cut length of re-bar in a circle . because we not place same length of re-bar in whole circle maximum in center and minimum at corner so how to calculate middle bars???

1910


What is the default argument in all the functions inside a class?

871


Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...

1962


How will you check python version?

964


What is node js good for?

836


CATIA:SPRING WITH SOME RADIUS AXIS

2400


What is the interface in c#?

955


What is the difference between “finalize” and “finally” methods in c#?

928


Tell me what does pear stands for?

1077


Define a chasm trap? : sap bobi

919


What two possibilities are there to describe how gene fragments may have evolved?

2260


What is the use of Tax amount rounding mode field while setting discounts?

186


What is the necessary control that must put in order to use Ajax Controls?

974