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 swap bytes?
Write the syntax and purpose of a switch statement in C.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Write a program of advanced Fibonacci series.
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
what is the difference between malloc() and calloc() function?
why i join syntel?
23 Answers ABC, Syntel, TCS,
Is null a keyword in c?
What is struct node in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain what does a function declared as pascal do differently?
What is a method in c?