hello freinds next week my interview in reliance,nybody has
an idea about it intervew questions..so tell


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What compilation do?

7 Answers   Geometric Software, Infosys,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,






What is the collection of communication lines and routers called?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


What is a const pointer in c?

0 Answers  


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


code for bubble sort?

1 Answers  


Categories