Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what are non standard function in c
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is sizeof array?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
application attempts to perform an operation?
Write a program to reverse a given number in c?
Explain the difference between exit() and _exit() function?
Do you know null pointer?
What are the different file extensions involved when programming in C?
With the help of using classes, write a program to add two numbers.
How can you determine the size of an allocated portion of memory?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Why does notstrcat(string, "!");Work?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What are lookup tables in c?