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

Wipro Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 488480

why you used Java Script? Can it use for both client side and server side validation purpose?

12 29846

What is Win32?

14 35028

Say about your strengths and weaknesses ?

59 260405

What are Storage Classes in C ?

32 115759

What are advantages and disadvantages of recursive calling ?

12 97680

Marx was belongs to which country

19 20187

What is the difference between SQL, DDL, and DML?

7 70079

what is a template?

2 7567

what is an algorithm in terms of STL?

1 7478

What is the difference between public, private, protected inheritance?

12 58028

What is Virtual Inheritance?

7 14655

What is the difference between operator new and the new operator?

3 11324

What happens if an exception is throws from an, object's constructor and object's destructor?

4 15502

What is the difference between Pointer and a Reference? When you would use them?

4 11674

Post New Wipro Interview Questions


Wipro Interview Questions


Un-Answered Questions

What is the significance of testng.xml?

3242


What you know about transaction control transformation?

551


What are cookies in asp.net?

567


Define cursor and its types.

534


How to calculate quality score and ad rank?

1






What is difference between html and dhtml?

448


What is the effect of high alkaline water to a boiler?

1604


What are the problems with linux?

443


How do I change the title of a framed document?

490


What is convolution-based operations?

841


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 ?????? */ }

1612


How does the ioc (inversion of control) container work?

386


Do you know what is cdma? Explain the technology?

381


Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram

843


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

671