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 we print the table of 3 using for loop in c programing?

7 13084

what is the use of using for loop as "for(;;)"?

Satyam,

5 8984

How to count a sum, when the numbers are read from stdin and stored into a structure?

1 4663

how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

GATE,

8 25108

What is an XML? Difference between HTML & XML?

LG Soft,

2 5504

how the value of label is printed through a button in asp.net web application

3 6268

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

Cap Gemini, Infosys,

19 46935

Assume in University Every student in university as entity, prepare a class for student that store the roll no, name, dob of student, and make funtion of deletion, manipulation, addition of student record.

2795

What is data _null_? ,Explain with code when u need to use it in data step programming ?

Abbott,

3364

why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2779

What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

1 4539

What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2918

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

TCS,

3021

can any one give me code to keyed a flat file and used chain in RPGLE to search any item

2005

#include #include void main() { char str[10]; int,a,x,sw=0; clrscr(); printf("Enter a string:"); gets(str); for(x=0;x<=a;a++); for(x=0;x<=a;x++) { if(str[x]==str[a-1-x]) { sw=1; } else sw=0; } if(sw==10 printf("The entered string is palindrome:"); else printf("The entered string is not a palindrome:); } getch(); } wht would be the explanation with this written code???

2 9868


Un-Answered Questions { Code Snippets }

Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37

2688


write a code to generate pseudorandom numbes

2367


In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

2717


Write a program to model an exploding firecracker in the xy plane using a particle system

4152


Write a script to delete all the files in a folder except one desired file.

1341


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.

3953


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.

2527


How can you print an address of a variable?

897


how to use the GetTickCount() properly and what is that procedure for?

3161


what full form name of B.K.U.

3065


How to Print Asp.net GridView Data on Button Click using Javascript?

686


Is there any static classes are in java give some examples

2134


create Drop-Down Navigation Menus

2182


ArrayList declaration in .net

3222


Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2408