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

247Customer Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

When we have more than one main function in a program how does the compiler know the starting point of the program, i mean from which main the execution or compilation of the program begins?

2 4882

How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there

1556

Post New 247Customer Programming Languages AllOther Interview Questions




Un-Answered Questions

Does the order of css matter?

297


Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include #include #include #include int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

1609


Suppose you have created a menu and a page and given user access to that page, which of the tables gets affected on this?

426


What does oop mean in snapchat?

669


What is split used for?

427






What is the command to build your maven site?

157


How to download and install microsoft .net framework version 2.0?

540


What is a proxy in web service? How do I use a proxy server when invoking a Web service?

330


sample sbi questions paper

1407


What is PureComponent? When to use PureComponent over Component?

189


A commercial Building is designed with 14th floor levels with indoor substation of three phase transformer with rated capacity of 1000 Kva.The transformer delivered 65% of its rated capacity at 0.67 power factor lagging.Because of low power factor, the power customer was penalized and certain cost was charged accordingly based on every point percentage lower than 85%.This situation may repeatedly happen on the succeding energy bills of power customer.The power customer is desired to improve its historical power factor of 0.67 lagging and no further penalty be impose by the local power company on the next bill. Q: Identify the appropriate solution you want to offer to Client?.Justify SCIENTIFICALLY and MATHEMATICALLY the principles behind the solution.

1333


How to prevent web services from unauthorized access?

323


dear friends, i have seen flow as the selection critriea in presure guage (bourdon tube) and i would like to know what is the relation between flow and performance of pressure guage other parameters i found in the data sheet are pressure max. 1ksc temperature max. - 50 deg c line size - 80NB operating range - 1ksc pr. guage range - 0-2 ksc thank u,

1720


Which bitwise operator is used to check whether a particular bit is on or off?

583


What is file format for sqr?

377