Can you pass an entire structure to functions?


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

Post New Answer

More C Interview Questions

write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


Why do we use return in c?

0 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


Can we declare function inside main?

0 Answers  


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


What is the difference between fread buffer() and fwrite buffer()?

0 Answers  


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


What is meant by int main ()?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Categories