Answer Posted / rani
utility is an software tool like as we have make utilities in gcc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is FIFO?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Explain how do you determine whether to use a stream function or a low-level function?
Why cant I open a file by its explicit path?
What should malloc() do?
How pointer is different from array?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the meaning of typedef struct in c?
What is wrong with this code?
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..
Are pointers really faster than arrays?
Where is volatile variable stored?
please send me the code for multiplying sparse matrix using c
What is a loop?
How do you use a pointer to a function?