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



Programming Languages Interview Questions
Questions Answers Views Company eMail

How do I declare a pointer to an array?

IBM,

6 14263

How can I set an array's size at run time?

9 14534

When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

Aloha Technology,

2 8680

How does free() know how many bytes to free?

8 20994

What's the difference between calloc() and malloc()?

4 8793

What is alloca() and why is its use discouraged?

1 6610

What are .h files and what should I put in them?

3 6183

What does the message "warning: macro replacement within a string literal" mean?

1 3603

AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

HCL,

13 23617

1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<

Quark,

5 10909

How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

Datavance, Quark, VEL, Wipro,

17 56714

Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

Quark,

4 9290

Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

Quark,

4 11859

Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

Quark,

2 7353

class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

Quark,

4 11738


Un-Answered Questions { Programming Languages }

Does python have private?

858


How to take a substring from a given string in php?

916


What is data types c++?

1027


Is instagram written in python?

836


What is laravel cms?

720


What is constructors and destructors?

931


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

1040


What is maximum size of array in c?

1052


What is == and === in php?

915


How can I find the methods or attributes of an object?

931


what’s the difference between site_url() and home_url()?

185


What is ponter?

1273


What is the procedure to access the database from delphi?

860


How do I round numbers?

1017


How does html form submit work?

929