When should structures be passed by values or by references?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between declaration ,defenetion and initialization of a variable?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
What is getch c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Can stdout be forced to print somewhere other than the screen?
How do you define a function?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Are local variables initialized to zero by default in c?
What is the use of structure padding in c?
If errno contains a nonzero number, is there an error?
What's wrong with "char *p = malloc(10);" ?
How can we open a file in Binary mode and Text mode?what is the difference?