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

write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

BirlaSoft,

2144

c++ is a purely oop concept?

Google, TCS,

3 6383

please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1772

All technical questions

TCS,

1987

Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2752

WHAT IS MAIN IMPORTANT THING IN SOFTWARE?

Infosys,

2298

Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

Wipro,

1968

cobol is execution r not without jcl

IBM,

1953

what is the advantage in software? what is the difference between the software developer and Engineer

1 3494

#include using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 4362

In project we have Documentation phase also,in that what is micro and macro designing?

1851

Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

TCS,

3 8537

WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

2053

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2447

#include #include int main() { int a[4][4]={{5,7,5,9}, {4,6,3,1}, {2,9,0,6}}; int *p; int (*q)[4]; p=(int*)a; q=a; printf("\n%u%u",p,q); p++; q++; printf("\n%u%u",p,q); getch(); return 0; } what is the meaning of this program?

2 5096


Un-Answered Questions { Programming Languages }

What is slug in python?

869


What is rdd in python?

815


What is taxonomy in wordpress? Explain

150


What is meant by Modularity ?

822


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

3647


What is regular expression syntax?

103


Which function is used to write files?

84


Here is a good puzzle: how do you write a program which produces its own source code as output?

1096


What is the difference between c and objective c?

1


difference between object file and executable file

6719


What is data structure in c and its types?

1069


What is %s and %d in c?

1037


How do I upload a folder?

156


Why python is a dynamic language?

795


How to call an external command in python?

1015