what is the use of c program?
Answer Posted / guest
it is use for make a softwares
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
write a program fibonacci series and palindrome program in c
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
What is data structure in c language?
How many bytes are occupied by near, far and huge pointers (dos)?
Do variables need to be initialized?
What is c standard library?
How many loops are there in c?
How do I round numbers?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
swap 2 numbers without using third variable?
Tell me when would you use a pointer to a function?
Tell me the use of bit field in c language?
Differentiate between functions getch() and getche().
what is the diffrenet bettwen HTTP and internet protocol
What is volatile keyword in c?