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 6534

what is a function method?give example?

2361

What do you mean by text editor?

Infosys,

1 5679

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

1923

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

IBM,

4 28008

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

4 6259

print the palindrome numbers in between 0 to n

1 3548

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,

2097

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 5741

What do you mean by abstraction. Explain your answer?

5 13095

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

2780

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

Wipro,

1 4059

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

1981

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

1 3362

What is the use of keyword VOLATILE in C?

1 3384


Un-Answered Questions { Programming Languages }

What are the advantages of using macro in c language?

1123


How can we check the logged-in user info in laravel?

742


How can I sort a linked list?

1046


Enlist the addition function used in R language?

77


What is the difference between a permalink and a hyperlink?

173


What is transpose?

120


How to add option for open menu item in new tab?

254


What is a lambda function?

1635


How to Use InvalidateRect()to repaint the entire form?

2137


How python is interpreted?

895


What is stack in c?

1077


Define the support for apex that exists?

910


Why You Should Use WordPress?

164


Why use yii 2.0 framework?

3


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

1071