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

. Write a program to get a string and to convert the 1st letter of it to uppercase

HTC,

2 6687

what is a function method?give example?

2426

What do you mean by text editor?

Infosys,

1 5799

along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest

2032

Code for calculating square root without using library function, of math.h

IBM,

4 28225

main() { int a; a=++100; printf("%d",a); getch(); }

4 6482

print the palindrome numbers in between 0 to n

1 3651

write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

TCS,

2158

write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 5932

What do you mean by abstraction. Explain your answer?

5 13315

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2865

Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}

Wipro,

1 4153

What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

2046

What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 3456

What is the use of keyword VOLATILE in C?

1 3492


Un-Answered Questions { Programming Languages }

What is data type set in python and how to work with it?

981


Is wordpress a server?

178


What is the difference between yii & yii2?

3


What is the purpose of 'register' keyword?

1151


What is the use of setfill in c++?

1139


Write a program to show the execution of the application?

165


What is rmarkdown? What is the use of it?

131


Explain virtual inheritance?

1261


it is a language or tools?

2158


Does python allow you to program in a structured style?

883


How multithreading is achieved in python?

1004


Which is best c++ or java?

1154


What are the various types of stl containers?

1254


What is Drupal main menu?

146


What do you understand by python iterator and iterable elements?

906