please send me minimum 15 library functions in c
Answer Posted / pigadu
www.acm.uiuc.edu/webmonkeys/book/c_guide
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to count number of 3's in 100
what are the artifacts in coding phase in SDLC????
How EVA granules manufactured (I wanted to know the manufacturing process). (Virgin Granules) and what are the Raw Materials used.
How can I boldly face the interview? Request:I am eagerly waiting for your replay.
write a programe to print this string in reverse order and find out how many times letter c is repeated? string = { c was desined by dennis ritchie}. also find out the lenth of the string.
write an algorithm in O(n) time for finding the kth smaalest element form an array of n elements , where n and k are entered by user
Always declare destructors to be virtual"?????? why this is so needed?????
what is means of admistrative distance
What is the meaning of int p(char*a);
C++ PROGRAM FOR FIBONACCI SERIES USING COPY CONSTRUCTER
difference between java programming and c programming??
how the parting surface is selected in injection mould
describe about storage allocation and scope of global,exterm,static,local and register variables in c language?
hi,i just want to know the best institute to learn oracle in bangalore because i am doing my BE there?
how to count 4 column with two "and" condition in oracle? e.g task_type and cust_type and service_type are 3 column and we hv to count where task_type="new"and cust_type="jdp" and resulting column name will be new cust with jdp..and also we hv to count where task_type="new"and service_type="fs" resulting column name will be new cust with fs..