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 5946

how does the UIThread and worker thread communicates and handle events

HCL,

2 7725

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

Broadcom, TCS,

3 17015

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.

2690

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

1 4183

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 7881

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

1856

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 8135

who is the father of OPPS

Infosys, TCS,

4 10456

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

Gopaljee, TCS,

1980

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.

2811

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

CMS,

1 15805

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

TCS,

1 3644

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 4101

how to check single or double byte in struts

1987


Un-Answered Questions { Programming Languages }

design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.

17781


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1292


What are blocks and procs?

1


Comment on local and global scope of a variable.

1150


What is the use of pragma in embedded c?

1051


Is scala worth learning?

1


Explain what is unit in scala?

1


Does wordpress use html?

204


How to declare variables in Kotlin?

238


What is strstr php?

971


What are features of Django ?

586


How to execute a stored procedure with TIBSQL?

1875


Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

2475


How to print exact sql query in zend framework ?

203


Why should I learn scala?

1