say the following declaration is correct nr not.
int b=a,n=0;
Answer Posted / sandhiya19937
correct
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
How can I trap or ignore keyboard interrupts like control-c?
What is the value of c?
What are operators in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is void main ()?
difference between object file and executable file
Can you subtract pointers from each other? Why would you?
What does the error message "DGROUP exceeds 64K" mean?
which type of aspect you want from the student.
What are the advantages of the functions?
How can I get back to the interactive keyboard if stdin is redirected?
Is array a primitive data type in c?
What are nested functions in c?
Is it better to use malloc() or calloc()?
What is the sizeof () a pointer?