Answer Posted / nashiinformaticssolutions
How does the assert() function work?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is an example of structure?
Tell me when would you use a pointer to a function?
Explain how can a program be made to print the name of a source file where an error occurs?
How do you list a file’s date and time?
Explain is it valid to address one element beyond the end of an array?
When should I declare a function?
What is the use of void pointer and null pointer in c language?
What does s c mean on snapchat?
What are structural members?
Is it fine to write void main () or main () in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Are local variables initialized to zero by default in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.