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 5956

how does the UIThread and worker thread communicates and handle events

HCL,

2 7742

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

Broadcom, TCS,

3 17033

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.

2692

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

1 4198

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 7895

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

1860

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 8152

who is the father of OPPS

Infosys, TCS,

4 10490

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

Gopaljee, TCS,

1990

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.

2817

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

CMS,

1 15816

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

TCS,

1 3652

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 4110

how to check single or double byte in struts

1996


Un-Answered Questions { Programming Languages }

How to set a custom CVS PServer port?

2327


How do I upload a folder?

156


In FP, What is the difference between a function and a procedure?

7


What are the benefits of using php?

1007


To solve the 8 Queens problem, which algorithm is used?

1021


Carry out conversion of one object of user-defined type to another?

1048


Difference between inline functions and macros?

1047


What are c++ data types?

1169


Explain me what is the importance of "method" attribute in a html form?

929


How will you sort a list?

891


Why is php used for web development?

968


How strings can be sliced?

841


What are string functions?

943


What does it mean when it says the csrf token is invalid?

903


What happens if I delete a category in wordpress?

159