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...



Code Snippets Interview Questions
Questions Answers Views Company eMail

How can i find first 5 natural Numbers without using any loop in c language????????

Microsoft,

2 9274

C statement to copy a string without using loop and library function..

Persistent, TCS,

2 12835

Is it possible to type a name in command line without ant quotes?

Excel, Infosys,

1 5067

Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.

1 7458

Write code for the multiplication of COMPLEX numbers?

IBM,

3744

what is the output of following program ? void main() { int i=5; printf("%d %d %d %d %d ",i++,i--,++i,--i,i); }

10 24324

what is brs test reply me email me kashifabbas514@gmail.com

2915

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2472

posted by surbhi just now main() { float a = 5.375; char *p; int i; p=(char*)&a; for(i=0;i<=3;i++) printf("%02x",(unsigned char) p[i]); } how is the output of this program is :: 0000ac40 please let me know y this output has come

GATE,

2 15293

how does the below eqation proceed to be solved: x*=y+z options: x=x*y+z or x=x*(y+z)

1 4112

1+1/2!+1/3!+...+1/n!

2367

write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4622

Write a java program to display multiplication table in a Frame.

1 15381

i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.

2660

create a slide show which has three slides,which includes only text.program should change to the new slide after 5 seconds.After the third slide program returns to the first slide.

1 8677


Un-Answered Questions { Code Snippets }

Write a program to reverse a number in python?

790


Code for using a Hot Key in an ActiveX Control?

1370


How to Link Different Data Sources Together?

2255


write a program using virtual function to find the transposing of a square matrix?

3311


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2911


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2658


Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.

1619


Implement a command console for changing settings on a particular object. The command console should allow you to enter a string and will return the response (very similar to a terminal session). The commands are as follows: SET propertyname=newvalue will change the target object’s member named “propertyname” to have a value equal to “newvalue”. If the input value is incompatible (i.e. an int being set to a string), print out an appropriate error message. GET propertyname will print out the current value of the target object’s member named “propertyname”. GET * will print out a list of all target object members and their current values. The system should be extensible for future commands and should accept an arbitrary object, such that another developer could insert another object into the system and rely on the command console to get and set the properties correctly.

3901


Code for Document Validation in XML.NET?

2333


How we work on N tire architecture in asp.net Please give me Examle...

17878


What is the functionality of GetWindow?

593


communication between main window and new windows

2137


How can I include conditional statements in XML?

595


Write a python program to swap the first and last value of a list?

869


how to diplay a external image of output on winxp by using c & c++,

3408