Answer Posted / rajeshkumar
dennis ritche
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is a structure in c language. how to initialise a structure in c?
What is getche() function?
What is the right way to use errno?
Explain the use of 'auto' keyword in c programming?
Is Exception handling possible in c language?
What are the benefits of c language?
what is a function method?give example?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is data structure in c programming?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is the difference between new and malloc functions?
What is #include stdio h and #include conio h?
How to write a code for reverse of string without using string functions?
how logic is used
What is clrscr ()?