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 9964

How to swap two variables, without using third variable ?

104 223061

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

11 21221

how can u draw a rectangle in C

53 107702

how to return a multiple value from a function?

5 8234

how to return a multiple value from a function?

2 6254

How to reverse a String without using C functions ?

33 102007

why java is platform independent?

13 23131

Design an implement of the inputs functions for event mode

2950

#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 22098

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

2 10278

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

9 18676

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

29 44073

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

3 9720

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

14 100396

Post New Wipro C Code Interview Questions


Wipro C Code Interview Questions


Un-Answered Questions

What is difference between callback and promise?

447


What are the advantages of c preprocessor?

699


what authentication modes does sql server support? : Sql server database administration

514


What is the use of HColumnDescriptor class?

132


what is the difference between a primary key and a unique key? : Sql server database administration

523






What are the types of the dfhmdf present in the cics?

590


How do you perform a search for Contracts in SAP SRM?

472


How can I trap or ignore keyboard interrupts like control-c?

605


What is calloc() function?

612


Where barrel pump use?

1388


Tell me what is the testng.xml file used for?

512


How to declare variable in Kotlin ?

122


How flexibility is achieved more in css3?

245


How do I get rid of wermgr exe?

486


Someone kindly explain to me where can i set up in vendor master Cost Center / Business Center / Segments Optional, please help freind. i cant find out. i waiting for my sap group freinds valid responds

1577