Please send me WIPRO technical question to my mail ID.. its
nisha_g28@yahoo.com please its urgent



Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent..

Answer / Chiranjeet Singh

Unfortunately, I cannot send emails. However, you can search for Wipro Technical Interview Questions online or visit their official website for more resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are volatile variables?

1 Answers   Mind Tree,


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


What compilation do?

7 Answers   Geometric Software, Infosys,


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


a c code by using memory allocation for add ,multiply of sprase matrixes

1 Answers  


What does extern mean in a function declaration?

4 Answers  


What is static and volatile in c?

1 Answers  


Write a program to print ASCII code for a given digit.

1 Answers   EXL, HCL,


What is Full Form of C and Why We use C

23 Answers  


What is the newline escape sequence?

1 Answers  


Categories