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 14456

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

9 14797

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

Aloha Technology,

2 8764

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

8 21263

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

4 8972

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

1 6696

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

3 6308

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

1 3683

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

HCL,

13 23894

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 11077

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 57183

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 9436

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 12016

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 7459

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 11873


Un-Answered Questions { Programming Languages }

What is the correct code to have following output in c using nested for loop?

1125


What python frameworks do you know?

958


What is .ocx file?

740


What is module in python?

950


What is the function used for adding datasets in R?

362


Write a function to find the nth item from the end of a linked list in a single pass.

1024


what does mean and stack mean in genral programming?

1965


Explain what is operator promotion?

1153


How do you connet mysql database with php?

1130


What is ltrim?

972


What are the functions to be used to get the image's properties (size, width and height)?

1039


How to access sessions in flask?

920


Why gii is used?

3


Do the content management systems generate the code that are compliant to the various standards of coding?

101


Do you need php for wordpress?

202