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

Whether there can be main inside another main?If so how does it work?

14 18783

Program to find larger of the two numbers without using if-else,while,for,switch

11 21977

I want tcs placement papers of 2004-2009 , its urgent

6 7185

what is the similarities between. system call and library function?

1 5217

what is difference between procedural language and functional language ?

4 8611

implement OR gate without using any bitwise operator.

1 5058

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 7213

void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 28228

int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 10348

progrem to generate the following series 1 12 123 1234 12345

6 42006

A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 3819

how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"

4 10867

what is data structure.in linear and non linear data structures which one is better?Explain

3 7552

What is period operator in c?

3 13992

int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(“%d”,*(*(x+1)+3));

2 4227

Post New Wipro C Interview Questions


Wipro C Interview Questions


Un-Answered Questions

Differentiate between the expression “++a” and “a++”?

710


What is the point of linux?

419


give the example of username validation in apache-wicket?

5


What is the difference between Type 1 and Type 2 errors?

88


What is Round-Robin scheduling?

655






What is contextual selector?

307


What is basic php?

548


How can you install the kernel32 dll file?

485


How to read message from jms queue in java?

435


Describe a past experience with implementing a test harness in the development of software.

3185


What is organic result?

395


Explain about string parsing in R language

114


What is schema in laravel?

450


What is magento programming language?

1


Who gave the idea of powerpoint?

107