Answer Posted / guest
The variable i is both referenced and modified in the same
expression.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is graph 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
When should the const modifier be used?
What is the purpose of main( ) in c language?
What is function in c with example?
What is property type c?
What is array of structure in c?
What do you mean by command line argument?
What is a pointer on a pointer in c programming language?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Who is the founder of c language?
Explain what is the best way to comment out a section of code that contains comments?
Explain what are header files and explain what are its uses in c programming?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Where can I get an ansi-compatible lint?