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 C Code Interview Questions
Questions Answers Views Company eMail

Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it.

2 9953

How to swap two variables, without using third variable ?

104 222988

print numbers till we want without using loops or condition statements like specifically(for,do while, while swiches, if etc)!

11 21211

how can u draw a rectangle in C

53 107653

how to return a multiple value from a function?

5 8230

how to return a multiple value from a function?

2 6244

How to reverse a String without using C functions ?

33 101985

why java is platform independent?

13 23112

Design an implement of the inputs functions for event mode

2948

#include void fun(int); int main() { int a; a=3; fun(a); printf("\n"); return 0; } void fun(int i) { if(n>0) { fun(--n); printf("%d",n); fun(--n); } } the answer is 0 1 2 0..someone explain how the code is executed..?

1 22092

main() { char string[]="Hello World"; display(string); } void display(char *string) { printf("%s",string); }

2 10275

main() { int *j; { int i=10; j=&i; } printf("%d",*j); }

9 18669

main() { char *p = “ayqm”; printf(“%c”,++*(p++)); }

29 44054

main() { char a[4]="HELL"; printf("%s",a); }

3 9717

How we print the table of 2 using for loop in c programing?

14 100378

Post New Wipro C Code Interview Questions


Wipro C Code Interview Questions


Un-Answered Questions

Describe the Managed Execution Process

1637


is cognos 7 is better than cognos 8

1680


What is the isa member?

1


What is a serializer django?

251


IN THE REPORT I WANNA APPLY HYPERLINK FOR A CELL IN THE COLUMN/ROW HOW TO ACHIEVE THIS? EG: YEAR COLUMN : 2001,2002,2003,2004 I WANNA APPLY FOR 2001 ONLY

9405






Difference between Find and Advanced Find? Which one is faster and Why?

349


Is the g in gnu silent?

523


What is a lambda function in php?

589


What is the difference between ienumerable and enumerable?

446


Please. Does someone know how to inicialize tapes in ATL? I need have 100 tapes to init inside the ATL, how is the process to complete this request?

1535


Why do we use static in c?

623


Explain the history of bluetooth?

553


What is an Arduino?

3


What is the role of a MapReduce partitioner?

501


Define immune system

164