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


How can I copy just a portion of a string?


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

Post New Answer

More C Interview Questions

What is atoi and atof in c?

0 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


Which is better pointer or array?

0 Answers  


What are the three constants used in c?

0 Answers  


write a program to print data of 5 five students with structures?

0 Answers  


Categories