Answer Posted / guest
i think i did not do well for this question ,, i need to a
answer from u guys..........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between strcpy() and memcpy() function?
Explain what is the difference between null and nul?
Can you explain the four storage classes in C?
Explain what math functions are available for integers? For floating point?
Where local variables are stored in c?
What is const and volatile in c?
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.
What are run-time errors?
Which is better between malloc and calloc?
Can include files be nested? How many levels deep can include files be nested?
Is c language still used?
Can stdout be forced to print somewhere other than the screen?
Explain the difference between call by value and call by reference in c language?
What is void main ()?
Tell us the use of fflush() function in c language?