Can I pass constant values to functions which accept structure
arguments?

Answers were Sorted based on User's Feedback



Can I pass constant values to functions which accept structure arguments?..

Answer / siva

We cannot pass constant values to functions.

Is This Answer Correct ?    6 Yes 1 No

Can I pass constant values to functions which accept structure arguments?..

Answer / guest

No. C has no way of generating anonymous structure values.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

In which header file is the null macro defined?

0 Answers  


What is call by value in c?

0 Answers  


What is #include stdlib h?

0 Answers  


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,






sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


Is fortran faster than c?

0 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???

2 Answers   TCS,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


Categories