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 difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
Explain built-in function?
Write a program to find factorial of a number using recursive function.
how to find the given number is prime or not?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Can you please explain the difference between malloc() and calloc() function?
What do you mean by c?
Explain the meaning of keyword 'extern' in a function declaration.
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
Why cann't whole array can be passed to function as value.