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

L&T Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.

1816

In staad pro, how can we design ROOF SLAB?

4039

Post New L&T Programming Languages AllOther Interview Questions


L&T Programming Languages AllOther Interview Questions


Un-Answered Questions

What is the search strategy to find out delivering plant automatically?

620


Explain pruning in decision trees.

552


What is the function of "MLlib"?

218


What is action hooks and filter hooks?

496


Will other rf devices interfere with bluetooth devices?

522






example of adaptation to changes and the difficulties.

723


What's new in windows 8.1?

485


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

2168


What are the advantages of free wheeling diodes in a controlled in a controlled rectifier?

652


database acl level has manager access.his name is listed in author and Reader fields. but he didn't sea a documents what is the reason?

1960


what is the short cut for switching to tasks and switching to mail in Outlook 2013?

5


What do you understand by the term field analyzer?

91


why should we use 20mm graded metal only in vrcc?why we shouldnot use 40mm metal?

10223


how do I create a volume group?

5


Tell me about a time when you were creative in solving a problem.

955