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 7889

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

1789

what is difference between ANSI structure and C99 Structure?

1 4078

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 5888

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

11 58277

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

1 3844

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 5408

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

8 10922

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

4182

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 8261

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

2 4496

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

4 12184

what is function pointer?

2 4574

c program to print a name without using semicolon

9 11020

program that accepts amount in figures and print that in words

2 5115

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

What are the different types of ioc container?

165


What is the most common mistake on c++ and oo projects?

525


What are observables in angular 2? Explain

396


Will microsoft office sharepoint server 2007 run on a 64-bit version of microsoft windows?

420


The Project Management Knowledge Areas: A. Include Initiation, Planning, Executing, Controlling, and Closing B. Consist of nine different areas that bring together processes that have things in common C. Consist of five different processes that bring together phases of projects that have things in common D. Include Planning, Executing, and Controlling processes as these three processes are commonly interlinked

1773






Define what is the difference between the wp_title and the_title tags?

174


How do I insert a line in word 2013?

294


How many global.asa files can an application have in asp?

487


Explain magnetic amplifier?

680


What is the purpose of a server?

526


Is objective c faster than swift?

1


Tell us something about different types of casting?

522


As you said you have worked on cubes and ods, which one is better suited for reporting?

32


What is significance of ” * ” ?

637


Which method grants a lock on a resource?

579