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

what do you mean by php.ini file ?????????

Samsung,

2 13188

What is the difference b/w main() in C language and main() in C++.

7 10713

what will happen if you free a pointer twice after allocating memory dynamically ?

Novell,

3 12332

how do we can copy of the content of a web page with the help og the URL and display them onto any other page

5 6753

what is dangling pointer?

LG Soft,

1 6070

what are the rules to be followed at the time of declaring a variable?,what is the purpose of var_dump()function in php,syntax of ternary operator()in php,difference between drop a table and truncate a table...

2 5423

Can we write a program without main() function?

9 15595

What is the difference between null pointer and the void pointer?

3 9428

Differ GetMessage, PostMessage & PeakMessage?

Symphony,

4 16613

How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 20962

hat is a pointer?

Assurgent,

4 7510

how to convert infix expression to prefix expression?

nvidia,

1 4313

what is the difference between rename and label

Satyam,

1 2462

how can i access a direct (absolute, not the offset) memory address? here is what i tried: wrote a program that ask's for an address from the user, creates a FAR pointer to that adress and shows it. then the user can increment/decrement the value in that address by pressing p(inc+) and m(dec-). NOW, i compiled that program and opened it twice (in 2 different windows) and gave twice the same address to it. now look what happen - if i change the value in one "window" of the program, it DOES NOT change in the other! even if they point to the same address in the memory! here is the code snippet: //------------------------------------------------------ #include //INCLUDE EVERY KNOWN HEADER FILE #include //FOR ANY CASE... #include #include #include main() { int far *ptr; //FAR POINTER!!! long address; char key=0; //A KEY FROM THE KEYBOARD int temp=0; clrscr(); cout<<"Enter Address:"; cin>>hex>>address; //GETS THE ADDRESS clrscr(); (long)ptr=address; temp=*ptr; //PUTS THE ADDRESS IN THE PTR cout<<"["< 1 2502


explain dynamic binding by drowing

Cognizant,

2 7424


Un-Answered Questions { Programming Languages }

Write a program using while loop?

1114


What is the current stable version of php? What advance thing in php7?

1090


sort term descripttion form, report and uery

2253


I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

2096


Explain Higher-Order Functions?

359


What are Data classes ? Aren’t they available in Java ?

245


Tell us have you used lumen before?

803


write a c program to find the sum of five entered numbers using an array named number

2235


How to Retrieving the program that is associated with a given extension?

1699


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2386


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2569


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1179


write a program to find out prime number using sieve case?

2165


Did you contributed the drupal site (any module)?

148


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2904