Can I pass constant values to functions which accept structure
arguments?
Answers were Sorted based on User's Feedback
Answer / guest
No. C has no way of generating anonymous structure values.
| Is This Answer Correct ? | 2 Yes | 1 No |
how to compare two strings without using strcmp() function??
How does #define work?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What are identifiers and keywords in c?
What is a substring in c?
What is the use of pragma in embedded c?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
What is difference between main and void main?
How can I use a preprocessorif expression to ?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
What is I ++ in c programming?