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

what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What are types of functions?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


What is 'bus error'?

0 Answers  


can v write main() { main(); } Is it true?

6 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


Write a c program using for loop in switch case?

1 Answers   Infosys,


What are bit fields? What is their use?

2 Answers   Adobe,


What is #define used for in c?

0 Answers  


What is switch in c?

0 Answers  


In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


Categories