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

Single choice objective PHP question...

1 5887

how does the UIThread and worker thread communicates and handle events

HCL,

2 7613

write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

Broadcom, TCS,

3 16887

write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2658

In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 4098

What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

DynPro, TCS,

2 7794

what are the missinschema properties and should we pass primary key in select command

1820

if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3

3 8006

who is the father of OPPS

Infosys, TCS,

4 10335

how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

Gopaljee, TCS,

1934

1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2764

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

CMS,

1 15741

write a program in c to print **** * * * * ****

TCS,

1 3581

What is wrong with this code such that it doesnt produce the input reversed? #include #include #include int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }

2 4015

how to check single or double byte in struts

1950


Un-Answered Questions { Programming Languages }

Is youtube written in python?

923


How can add the captcha in registration page for drupal?

214


What is the function func_num_args() used for?

920


Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80

3077


Which ide is better for python?

851


Is wordpress or wix better?

157


Do you know what is the function mysql_pconnect() usefull for?

904


What is python good for?

869


what is programmable BIST in today ic design

2099


What are custom post types?

151


Explain how data is aggregated in r?

86


Write the syntax to set the path for a current working directory in r environment?

111


What does char * * argv mean in c?

1010


What are reserved words with a programming language?

1069


Tell me how does the ternary operator work in python?

837