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


What are the application of void data type in c?


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

Post New Answer

More C Interview Questions

write the program to find multiplication of 2-D matrix??????????

1 Answers  


What is an example of structure?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


What is a #include preprocessor?

0 Answers  


How can you tell whether two strings are the same?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


What is encapsulation?

2 Answers  


How the c program is executed?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Categories