how many error occurs in C language ?
Answer Posted / yuvaraj
Hi kalpana please read and understand the question properly
before answering the question,please dont be too smart.
| Is This Answer Correct ? | 25 Yes | 11 No |
Post New Answer View All Answers
Which is best book for data structures in c?
How can I change the size of the dynamically allocated array?
What is wrong with this initialization?
When is a “switch” statement preferable over an “if” statement?
develop algorithms to add polynomials (i) in one variable
What is the difference between text files and binary files?
Explain how can you restore a redirected standard stream?
What is function in c with example?
When can you use a pointer with a function?
What is a newline escape sequence?
Why cant I open a file by its explicit path?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the different types of errors?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
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.