What is memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between typedef and #define?
what is Array?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
How can I return multiple values from a function?
what is the basis for selection of arrays or pointers as data structure in a program
main() { int i; printf("%d",i^i); }
Are comments included during the compilation stage and placed in the EXE file as well?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
How is actual parameter different from the formal parameter?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
what is the difference between definition and declaration? give me some examples.
What is wrong in this statement? scanf(“%d”,whatnumber);