will u please send me the placement papers to my
mail???????????????????


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

Post New Answer

More C Interview Questions

what is the basis for selection of arrays or pointers as data structure in a program

1 Answers   TCS,


What are pointers in C? Give an example where to illustrate their significance.

1 Answers   Wipro,


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


What is const and volatile in c?

1 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What is volatile variable how do you declare it?

1 Answers  


what is mallloc()?how it works?

4 Answers   Excel,


print the palindrome numbers in between 0 to n

1 Answers  


Describe explain how arrays can be passed to a user defined function

1 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


What are the similarities between c and c++?

1 Answers  


Find occurence of a character in a sting.

3 Answers   TCS,


Categories