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

Can we change the validator-rules.xml for our own validations in struts??

Mastek,

2865

#include int main() { int a=3,post,pre; post= a++ * a++ * a++; a=3; pre= ++a * ++a * ++a; printf("post=%d pre=%d",post,pre); return 0; }

3 6931

Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)

4997

PROBLEM #8 The cashier at the counter of a Super Store, Mr. Khazaanchi has the following bundles of rupee cash notes with him: Rs. 1, 2, 5, 10, 50, 100, 500, 1000 A customer comes at his counter with various items that he has shopped. Mr. Khazaanchi totals the item prices and tells the customer his total amount payable. The customer gives Mr. Khazanchi some amount of cash. Find the total number of rupee notes of each denomination (i.e. 1, 2, 5, 10, 50, 100, 500, 1000) Mr. Khazaanchi will have to give to the withdrawer ensuring that the total number of rupee notes are minimum.

AR, ARJ,

1 6720

what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

Wipro,

3 6431

void main() { int c; c=printf("Hello world"); printf("\n%d",c); }

2 5706

x=2 y=3 z=2 x++ + y++; printf("%d%d" x,y);

2 6449

write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

HCL, SRCASW,

4589

write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation

HCL,

2895

create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file

HCL,

2720

how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.

Mbarara University of Science and Technology,

2693

c# code to Count number of 1's in a given range of integer (0 to n)

4801

How to find the list of users who have two codes su01 and pfcg? thank in advance all.

2024

find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.

2337

Find out the list of roles which gives access to all t-codes in SAP? Thanks in advance.

2298


Un-Answered Questions { Code Snippets }

how to create a Draggable element

2432


c# code to Count number of 1's in a given range of integer (0 to n)

4801


Code for Presenting Parent/Child Data in a Data Grid Row?

2561


What is the functionality of GetWindowText?

562


ArrayList declaration in .net

3224


How to palindrom string in c language?

11136


how to pass data between pages using Frames

2727


Can we run Applet in Web browser with security policy files

2574


How can export database using php code?

2011


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

899


What is the functionality of EnumChildWindows?

494


What is GUID anyway?

593


output for printf("printf");

2546


What is used of serialize and unserialize in php?

2972


Is there any way to open notepad within php?

2093