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 |
Why c is a mother language?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
In which area global, external variables are stored?
Apart from dennis ritchie who the other person who contributed in design of c language.
what is the differance between pass by reference and pass by value.
Difference between pass by reference and pass by value?
how can f be used for both float and double arguments in printf? Are not they different types?
why we are using float in C
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
Is c still used?
In a switch statement, what will happen if a break statement is omitted?
can anyone please tell about the nested interrupts?