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


Can a void pointer point to a function?


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

Post New Answer

More C Interview Questions

how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


Is stack a keyword in c?

0 Answers  


Write a simple program to find the size of different basic data types in C.

3 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


what is recursion in C

0 Answers   Cap Gemini,


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


What does the characters “r” and “w” mean when writing programs that will make use of files?

0 Answers  


FILE PROGRAMMING

0 Answers   Wipro,


what is the difference between strcpy() and memcpy() function?

2 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


Categories