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

main difference between c and c++ language

1 3770

differnce between do and do while

DOEACC,

3 8119

There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1990

string is a class or data type in java?

3 5252

i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

CSC,

1 3717

advantages of pointers?

3 4807

what is Array?

3 5031

what is void pointer?

2 4327

how can use subset in c program and give more example

1992

what are all the validation we need to perform in data stage?

2414

#include using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

TCS, Wipro,

2 6973

#include using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

CTS, Wipro,

1 5358

WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP

2 5375

what are the ways in which a constructors can be called?

TCS,

2 6845

what are the ways in which a constructors can be called?

2127


Un-Answered Questions { Programming Languages }

How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3647


What is a function named parameter in scala?

1


How can I increase my website session?

1052


Tell me the jobs for the MCA Fresher in delhi, Noida..

2395


What is the difference between const vs val?

207


How do you make your website private?

207


Is there a reverse function in python?

945


How do I turn on automatic updates?

161


What is call by reference in php?

1020


What is meant by session in php?

930


What is split used for?

838


Explain what are bus errors, memory faults, and core dumps?

1275


What is an anti csrf token?

926


What is meant by type casting?

1052


Executing dml commands through python programs?

918