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

How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 7865

write a program for the normal snake games find in most of the mobiles.

1783

what is difference between ANSI structure and C99 Structure?

1 4064

struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 5871

main() { int a=4,b=2; a=b<>2; printf("%d", a); }

11 58168

what is level of tree if leaf node is at level 4.please explain.

1 3829

FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 5403

void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 10881

Write a c program to build a heap method using Pointer to function and pointer to structure ?

4175

Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 8252

c program to manipulate x=1+3+5+...+n using recursion

2 4482

An array name contains base address of the array. Can we change the base address of the array?

4 12161

what is function pointer?

2 4556

c program to print a name without using semicolon

9 10970

program that accepts amount in figures and print that in words

2 5105

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

How do you replace a word in 2019?

307


Explain ddl (data definition language)?

575


Is there anyway to determine if an intent passed into a broadcastreceiver’s on receive is the result of a sticky broadcast intent, or if it was just sent?

502


There's a saying "Do whatever it takes to get the job done". Give me a recent example of what you did that exemplifies this statement.

2788


Explain the difference between univariate, bivariate and multivariate analysis?

83






4. State & explain the various financial & non- financial incentives to motivate the people in an organisation.

1498


What is a worker node in Apache Spark?

204


Why is mytreenode.label or mytreenode.attributes.label undefined?

416


What is difference between Warm and Lukewarm Water as per pharmacopia.

1053


What is the ngmodule?

439


how can a cgi check whether an ifs object is available?

641


What is api level, codename of android 4.0.3 – 4.0.4?

522


How you can update memcached when data changes?

1


How to find ejb version in websphere?

542


What does the function get_magic_quotes_gpc() means?

501