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


Is stack a keyword in c?


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

Post New Answer

More C Interview Questions

Why is void main used?

0 Answers  


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


What is scope of variable in c?

0 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


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.

4 Answers   OpenFeel,


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


What is main function in c?

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


Why c++ is called c++ and not c+?

9 Answers   EBS,


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Categories