whenever a question is posted in a particular category in
allinterview.com, Is there any facility to receive an
indication mail.

For eg: I need to receive an indication email, whenever a
question is posted under the category “C Langauage”.



whenever a question is posted in a particular category in allinterview.com, Is there any facilit..

Answer / quest

As far as i know, it is not there. If that is the case
then allinterview.com moderator can consider to provide
this feature to the subscribers so that it will be very
useful.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

difference between c and c++

3 Answers  


Describe newline escape sequence with a sample program?

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


what is the maximum no. of bytes calloc can allocate

4 Answers   Mphasis,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,






What is %d called in c?

0 Answers  


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


Differentiate between #include<...> and #include '...'

0 Answers  


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Bit swapping

2 Answers  


main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


Give the rules for variable declaration?

0 Answers  


Categories