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 is storage class?


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

Post New Answer

More C Interview Questions

print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


What is the use of define in c?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


Why is c platform dependent?

0 Answers  


who invented c

13 Answers   IBM,


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What is %s and %d in c?

0 Answers  


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


Categories