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 9906

How to swap two variables, without using third variable ?

104 222091

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

11 21109

how can u draw a rectangle in C

53 107198

how to return a multiple value from a function?

5 8142

how to return a multiple value from a function?

2 6213

How to reverse a String without using C functions ?

33 101674

why java is platform independent?

13 23022

Design an implement of the inputs functions for event mode

2929

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

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

2 10229

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

9 18566

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

29 43691

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

3 9663

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

14 100207

Post New Wipro C Code Interview Questions


Wipro C Code Interview Questions


Un-Answered Questions

How many data types are available in uipath?

165


What is the differnce between managed code and unmanaged code?

513


What is difference between post and pages in wordpress?

93


How many such pairs of digits are there in the word " strive" each of which has as many letters between them in the word as they are in english alphabets?

2106


How to copy data from one server to another using php?

509






What is microsoft access 2007?

436


What are some common programming tasks when working with social feeds?

405


Why is spring boot preferred for microservices? : Spring Boot

170


Can we kill init process?

554


ACCOUNTING CONCEPTS AND CONVENTIONS

1630


What is f2 on a laptop?

317


Explain how do we use rsa for both authentication and secrecy?

558


How do I insert a table around text in word?

309


Define transaction and transaction isolation levels?

523


What is sapscript? What are the components of sapscript?

565