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 74957

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

24 69297

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 18924

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 41248

full c programming error question based problem

3 17559

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

12 34202

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

6 10579

what is exceptions?

5 7805

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

14 46558

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

How do I perform a clean install of windows 7?

849


What do you mean by consolidations?

1042


Explain how to reduce interrupt latency?

867


How is sap transportation management licensed by sap? : transportation management

1155


What are the languages in which Apache Spark create API?

298


7. Give me an example of a time when you have tried to accomplish something, and failed

2308


how we arrange the hv side with delta connection in case 33/11kv of transformer.

2001


what is the operation involved in tubelight?

1945


Is a contactor (or master relay) required between incoming lines and a VFD? The question goes to safety. If a contactor were used before the VFD and an e-stop engaged then the motor will coast to a stop (i.e. VFD loses power) instead of stopping much faster if the VFD braking fucntion were used. It would make more sense to keep power on the VFD.

2188


What is object service? : Entity framework

1181


What are the applications of the electric motors?

1076


What are the properties you would use for identifying a browser and page when using descriptive programming?

1029


Is lightning component framework an mvc framework ?

558


How to report calorific values of fuel?

1148


what is practical application of clipper circuit?

4247