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...


no consistent academics. how to answer the question


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

Post New Answer

More C Interview Questions

What are the advantages of using macro in c language?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What are the uses of pre-processor directives?

2 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

0 Answers  


What is the hardest programming language?

0 Answers  


What is bubble sort technique in c?

0 Answers  


Can a variable be both const and volatile?

0 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


Categories