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 |
What are volatile variables?
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?
What compilation do?
7 Answers Geometric Software, Infosys,
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
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?
a c code by using memory allocation for add ,multiply of sprase matrixes
What does extern mean in a function declaration?
What is static and volatile in c?
Write a program to print ASCII code for a given digit.
What is Full Form of C and Why We use C
What is the newline escape sequence?