Programming Languages Interview Questions
Questions Answers Views Company eMail

write string class as your own class in java without using any built-in function

1976

how does a main() in C++ is different from main() in C?

7 24790

i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..

MNC,

1675

Is Exception handling possible in c language?

Wipro,

1585

How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

2765

how to write hello word without using semicolon at the end?

Accenture,

6 6569

Given a text file (FILE1) with lots of words (ex, an ebook), and another file (FILE2) with a list of blacklist words (slangs, porn, etc.), write a program to find the top 100 words(most frequent 100 words) from FILE1 which are not present in FILE2.

1 3782

what is the difference between while and do while?

2 3416

How to print %d in output

Wipro,

6 5941

how to give colour for dialog button or static buuto?any one explain full code ?pls pls

3 5830

Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?

Sony,

2 8345

a program that can input number of records and can view it again the record

Accenture,

1484

What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

Infosys, TCS,

4 6114

What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 3546

main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 9584


Un-Answered Questions { Programming Languages }

Php program to generate fibonacci series?

550


How to get current url in cakephp?

7


Explain python’s pass by references vs pass by value.

472


What are put and get pointers?

582


List minimum server requirements to install cakephp?

3






What is atomic in objective c?

1


List the features of drupal?

88


How to do migrations in django ?

215


Describe the role of the c++ in the tradeoff of safety vs. Usability?

713


State two uses of pointers in C?

639


How do I customize joomla?

66


How to Typecaste a PChar to a longint?

1248


In php, objects are they passed by value or by reference?

522


Does go (golang) support type inheritance?

1


What is the 4 difference between delete[] and delete?

532