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 string function c?


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

Post New Answer

More C Interview Questions

What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 Answers  


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48

1 Answers  


write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


what does " calloc" do?

7 Answers   Cadence, Logos,


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


What are bit fields? What is their use?

2 Answers   Adobe,


how logic is used

0 Answers  


How can I get the current date or time of day in a c program?

0 Answers  


Why c is called a middle level language?

0 Answers  


Categories