Is it possible to 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

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


How does the C program handle segmentation faults?

2 Answers  


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


How variables are declared in c?

0 Answers  


What is the advantage of a random access file?

0 Answers  


How would you find a cycle in a linked list?

3 Answers   NSN,


Differentiate fundamental data types and derived data types in C.

0 Answers   HCL,


64/square(4)

1 Answers  


What is variable declaration and definition in c?

0 Answers  


Explain what are reserved words?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 Answers   IBM,


Categories