hi,
which software companys will take,if d candidate's % is jst
55%?


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

Post New Answer

More C Interview Questions

Define Array of pointers.

0 Answers  


I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....

2 Answers  


What is identifiers in c with examples?

0 Answers  


write a program to fined second smallest and largest element in a given series of elements (without sorting)

9 Answers   Yahoo,


What is new line escape sequence?

0 Answers  






can we implement multi-threads in c.

0 Answers  


? ???Mirror Mirror on the wall????????

1 Answers   channel V, DPI,


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


What are linked lists in c?

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


Categories