Is it possible to pass an entire structure to functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to add two numbers of any size.....(remember any size)
Why does not use getgh(); and <conio.h> in c language.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
What is queue in c?
Can the size of an array be declared at runtime?
what is the program to display your name in any color?
write a program for even numbers?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
how would a 4*3 array A[4][3] stored in Row Major Order?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is meant by operator precedence?