about c language
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between memcpy and memmove?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is an operator?
What are local static variables?
what is the basis for selection of arrays or pointers as data structure in a program
What is a program flowchart and how does it help in writing a program?
write a code for large nos multilication (upto 200 digits)
What are static variables in c?
What does calloc stand for?
How can I sort a linked list?
When should the register modifier be used? Does it really help?
how to swap four numbers without using fifth variable?