Is it possible to pass an entire structure to functions?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers? What are different types of pointers?
how many errors in c explain deply
read a number & print all its devisors using c-program?
size maximum allocated by calloc()
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Explain the concept of "dangling pointers" in C.
How do you write a program which produces its own source code as its output?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
whitch value return void main?
What are header files in c?
write a program whose output will be- 1 12 123 1234