Answer Posted / abhinay
dennis ritche
| Is This Answer Correct ? | 52 Yes | 4 No |
Post New Answer View All Answers
Differentiate between static and dynamic modeling.
What are the uses of a pointer?
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.
How do I use void main?
What are local static variables? How can you use them?
When is a “switch” statement preferable over an “if” statement?
What are keywords in c with examples?
What is the hardest programming language?
What is s in c?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the advantage of an array over individual variables?
How do you define CONSTANT in C?
Do you know the difference between malloc() and calloc() function?
What is sizeof c?
What is scope rule in c?