Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


What is the scope of an external variable in c?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


how to find turn around time in operating system?

3 Answers  


write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


What are data breakpoints?

3 Answers   Adobe,


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


Categories