Answer Posted / salu
For the development of ur company and for my career
development
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
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 are the complete rules for header file searching?
What is the scope of static variable in c?
What is cohesion and coupling in c?
How do I round numbers?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Explain the binary height balanced tree?
what is uses of .net
i want to know the procedure of qualcomm for getting a job through offcampus
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Tell me the use of bit field in c language?
What is static function in c?
Do you know the difference between exit() and _exit() function in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?