Explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
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..
1 232 34543 4567654 can anyone tell me how to slove this c question
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Is c procedural or functional?
what are the uses of structure?
how many argument we can pas in in a function
How can I get back to the interactive keyboard if stdin is redirected?
What is the mean of function?