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...


which type of question asked from c / c++ in interview.

Answers were Sorted based on User's Feedback



which type of question asked from c / c++ in interview...

Answer / abhradeep chatterjee

conceptual questions which proves that the basic idea of
the candidate is clear.

Is This Answer Correct ?    12 Yes 2 No

which type of question asked from c / c++ in interview...

Answer / abhradeep chatterjee

Any Type.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More C Interview Questions

Explain what is the difference between null and nul?

0 Answers  


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


How can you be sure that a program follows the ANSI C standard?

0 Answers   Aspire, Infogain,


What does typeof return in c?

0 Answers  


Can we change the value of #define in c?

0 Answers  


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


When should a type cast be used?

0 Answers  


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


What are lookup tables in c?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


Categories