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 74926

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

24 69276

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 18917

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 41231

full c programming error question based problem

3 17553

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

12 34188

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

6 10574

what is exceptions?

5 7796

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

14 46539

Post New HCL C C++ Errors Interview Questions


HCL C C++ Errors Interview Questions


Un-Answered Questions

Explain external style sheet? How would you link to it?

612


How does testng allow you to state dependencies? Explain it with an example.

3482


What is the difference between final finally and finalize in c#?

935


What is a hybris cockpit framework and hmc?

5


Can an int be negative c#?

1050


What is the timestamp datatype in sybase?

953


How much should be the load percentage for 15kva Inverter and Iinut & I output load with Calculations

2114


how can we understand that where we have to use ac or dc coil for solenoid valve and why?what is the different between coil of ac and dc explain please.

1982


What will be the Salary of a fresher in Dell company for non-voice process?

3684


What is a formula example?

623


How to import multiple xl files which are saved in a folder into SAS and extract two different types of values from a given variable at a time? Any help would be appreciated. Thanks Rasi

1280


What are the different pipelining hazards? : Dot net architecture

1019


How i injecter setting qsk series cummins engine and i can using click type torqurench or dial gauge type

2109


What is meant by pivot table?

644


How would you diagnose or do exception handling in the pig?

971