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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

NIIT COBOL Interview Questions
Questions Answers Views Company eMail

why occurs clause not mentioned in 01 level

6 48446

01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 28448

Post New NIIT COBOL Interview Questions


NIIT COBOL Interview Questions


Un-Answered Questions

What are the disadvantages of django?

547


How are interceptors and servlet filters different?

1001


What is interface in swift?

822


How to set which framework would be used to run mapreduce program?

692


Describe the security vulnerability of PHP?

1049


What is the best alternative to microsoft access?

817


Can I override bootstrap css?

1


What is the 'consignment stock process'?

1251


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2564


What should be in a header?

576


How the HDFS Blocks are replicated?

976


How to control motor gearbox speed and friquency? If length of cable and dia given, how to measure the voltage drop?

2048


Difference between ASP.NET MVC and ASP.NET WebForms?

1090


By when will you perform major version updates in elastic beanstalk?

171


Can you explain the coagulation cascade and the factors that contribute to bleeding disorders or thrombotic events?

246