Answer Posted / karthik
linkage error occurs when the library files included in
program are not present in default directory you added while
installing compiler.. set environment settings and change
directory.... you will not get linkage errors..
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Explain 'far' and 'near' pointers in c.
What is enumerated data type in c?
Explain high-order and low-order bytes.
What is the difference between printf and scanf in c?
Are negative numbers true in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
formula to convert 2500mmh2o into m3/hr
How do you use a pointer to a function?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Why we not create function inside function.
I have a varargs function which accepts a float parameter?
What are logical errors and how does it differ from syntax errors?
What is the difference between Printf(..) and sprint(...) ?
What does *p++ do?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.