When should structures be passed by values or by references?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what is the difference between text files and binary files?

0 Answers  


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


What are data types in c language?

0 Answers  


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

0 Answers   Subex,






What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


print 1-50 with two loop & two print Statement

2 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }

4 Answers   CitiGroup,


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


What are the parts of c program?

0 Answers  


What is the significance of c program algorithms?

0 Answers  


Categories