Programming Languages Interview Questions
Questions Answers Views Company eMail

What is the salary for php developer(Fresher)?

1 3421

I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1610

Hi friends :) This Company Aptitude Questions were much easy. i have attended the interview but was not selected in the HR round. they used to ask questions like puzzles, English, fill up the sentence. for example : they asked one question like suraj, kumar, santhosh, ranga and ashwin are professionals in different fields. suraj is a doctor. kumar is not a musician.ranga is working as engineer. ashwin is from goa. santhosh is from chennai. suraj and ranga are not from delhi. find out who is working in which field and where are they from? it was not the exact question. i answered that question with correct answer. just thorough with SQL queries. they are much interested in that. i cleared Technical round where they asked me to write a C code for checking, if the given word is palindrome or not. also they asked 2 puzzle question to solve in front of them. then the asked SQL query for referring two tables. then, they sent me for HR round. i got little nervous in that round. so, could not answer them properly. In Hr round, they may ask Technical Questions. i was asked only Technical Questions in HR round. they asked questions from SQL queries and my project. i could not answer for the questions perfectly. so, i was not selected. anyway, try to be thorough with these info and rock in your interview. Thanks :)

Hewitt,

1766

#include int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 5020

what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

Wipro,

2518

what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1418

what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1

1567

write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

Google,

1615

how to multiply two number taking input as a string (considering sum and carry )

Wipro,

2 4304

73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.

1 8158

just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6470

Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 6273

What is a friend function & its advantage?

MIT,

1 3714

What is a friend function & its advantage?

TCS,

2 13314

wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 7322


Un-Answered Questions { Programming Languages }

What does mvc stand for and what does each component do?

527


What is bubble sort c++?

560


What is RubyGems in Ruby programming language?

5


How to write in a file in php?

522


Is django mvc or mvt?

210






Can one function call another?

612


What is the symbol indicated the c-preprocessor?

683


Refer to a name of class or function that is defined within a namespace?

585


Explain how to install installing mariadb on homestead?

405


What does return 1 means in c?

573


Do we need Local InterBase on the client machines along with my BDE application?

1297


What is Delphi?

495


How to replace a substring in a given string in php?

539


What operating systems does Delphi support?

570


Is multimap sorted c++?

548